diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2020-10-30 16:37:56 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2020-10-30 16:38:22 +0000 |
commit | 9005f8a27ffc7bff682b0e627eeaa76ef5bf95fb (patch) | |
tree | 49772d4fd9bf8ae7819e0244fd7289573c729448 /share/man/container-stop.1.txt | |
parent | Adding container run command to execute programs within containers. (diff) | |
download | compute-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/man/container-stop.1.txt')
-rw-r--r-- | share/man/container-stop.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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 -------- |