diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-02-20 17:46:58 -0500 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-02-21 13:32:59 +0000 |
commit | e929e7de4cf537c5de5817b7c086bc4883a8b93a (patch) | |
tree | 12f7ce524f4587e44e1687bf50856db982071972 /docs | |
parent | 4803b5a639317cbe3bdeb32e41bafc6c17e34745 (diff) | |
download | podman-e929e7de4cf537c5de5817b7c086bc4883a8b93a.tar.gz podman-e929e7de4cf537c5de5817b7c086bc4883a8b93a.tar.bz2 podman-e929e7de4cf537c5de5817b7c086bc4883a8b93a.zip |
Add --time alias to manpages
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
Closes: #375
Approved by: rhatdan
Diffstat (limited to 'docs')
-rw-r--r-- | docs/podman-stop.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/podman-stop.1.md b/docs/podman-stop.1.md index 58cb2c39c..241da1f71 100644 --- a/docs/podman-stop.1.md +++ b/docs/podman-stop.1.md @@ -17,7 +17,7 @@ container and also via command line when creating the container. ## OPTIONS -**--timeout, t** +**--timeout, --time, t** Timeout to wait before forcibly stopping the container |