summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2022-09-17 04:58:14 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2022-09-17 04:58:40 +0000
commit5d023bb8b502df8c95f0096cafe050de349e82c2 (patch)
tree3388345058a791648a45c5d4fb559bec90db8f65 /share
parentReleasing version 20220721. (diff)
downloadcompute-tools-5d023bb8b502df8c95f0096cafe050de349e82c2.tar.xz
compute-tools-5d023bb8b502df8c95f0096cafe050de349e82c2.zip
Adding force and interactive options to container restart command.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'share')
-rw-r--r--share/man/container-restart.1.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/share/man/container-restart.1.rst b/share/man/container-restart.1.rst
index bb2d4f1..c52353d 100644
--- a/share/man/container-restart.1.rst
+++ b/share/man/container-restart.1.rst
@@ -47,6 +47,12 @@ The following **container restart** options are available:
-n, --name='NAME':
Specify container name. Specifying 'ALL' will restart all started container.
+-f, --force:
+ Do not prompt before every restarting.
+
+-i, --interactive:
+ Prompt before every restarting (default).
+
-v, --verbose:
Explain what is being done.