summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2018-03-15 15:23:13 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2018-03-16 13:55:49 +0000
commit95cad5a477ccfebdcba8b7f0d493a64c3fc46b90 (patch)
tree276b2d93c739ecc653b916bf6f9a1c16e95c1876 /docs
parent2724434369037938f5dceaf7bf8268d4d5ce1a68 (diff)
downloadpodman-95cad5a477ccfebdcba8b7f0d493a64c3fc46b90.tar.gz
podman-95cad5a477ccfebdcba8b7f0d493a64c3fc46b90.tar.bz2
podman-95cad5a477ccfebdcba8b7f0d493a64c3fc46b90.zip
Make manpage more clear
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #503 Approved by: rhatdan
Diffstat (limited to 'docs')
-rw-r--r--docs/podman-restart.1.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/podman-restart.1.md b/docs/podman-restart.1.md
index 0710793d7..7b9e6173a 100644
--- a/docs/podman-restart.1.md
+++ b/docs/podman-restart.1.md
@@ -10,7 +10,8 @@ podman restart - Restart a container
## DESCRIPTION
The restart command allows containers to be restarted using their ID or name.
-Containers will be stopped if they are running and then restarted.
+Containers will be stopped if they are running and then restarted. Stopped
+containers will not be stopped and will only be started.
## OPTIONS
**--timeout**