summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2020-10-30 16:37:56 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2020-10-30 16:38:22 +0000
commit9005f8a27ffc7bff682b0e627eeaa76ef5bf95fb (patch)
tree49772d4fd9bf8ae7819e0244fd7289573c729448 /share
parentAdding container run command to execute programs within containers. (diff)
downloadcompute-tools-9005f8a27ffc7bff682b0e627eeaa76ef5bf95fb.tar.xz
compute-tools-9005f8a27ffc7bff682b0e627eeaa76ef5bf95fb.zip
Cleaning up and harmonizing verbose output for container remove, restart, start, and stop commands.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
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
--------