From 9005f8a27ffc7bff682b0e627eeaa76ef5bf95fb Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 30 Oct 2020 17:37:56 +0100 Subject: Cleaning up and harmonizing verbose output for container remove, restart, start, and stop commands. Signed-off-by: Daniel Baumann --- share/man/container-restart.1.txt | 3 +++ share/man/container-stop.1.txt | 3 +++ 2 files changed, 6 insertions(+) (limited to 'share') 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 -------- -- cgit v1.2.3