summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/man/container-restart.1.txt3
-rw-r--r--share/man/container-stop.1.txt3
2 files changed, 6 insertions, 0 deletions
diff --git a/share/man/container-restart.1.txt b/share/man/container-restart.1.txt
index b0d66e2..d130b2d 100644
--- a/share/man/container-restart.1.txt
+++ b/share/man/container-restart.1.txt
@@ -46,6 +46,9 @@ The following container options are available:
*-n, --name='NAME'*::
Specify container name. Specifying 'ALL' will restart all started container.
+*-v, --verbose*::
+ Explain what is being done.
+
EXAMPLES
--------
diff --git a/share/man/container-stop.1.txt b/share/man/container-stop.1.txt
index 4450ba3..b0d268b 100644
--- a/share/man/container-stop.1.txt
+++ b/share/man/container-stop.1.txt
@@ -49,6 +49,9 @@ The following container options are available:
*-f, --force*::
Instead of running the proper shutdown sequence, terminate all processes of the container imediatly.
+*-v, --verbose*::
+ Explain what is being done.
+
EXAMPLES
--------