From 5d023bb8b502df8c95f0096cafe050de349e82c2 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 17 Sep 2022 06:58:14 +0200 Subject: Adding force and interactive options to container restart command. Signed-off-by: Daniel Baumann --- share/man/container-restart.1.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'share') 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. -- cgit v1.2.3