summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2021-12-10 00:16:57 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2021-12-10 00:18:49 +0000
commit140dae9d52b7012001c5598d0627bca0ec23ee70 (patch)
treef872ac4f48586927b6633ffb170d13b22c237e56 /share
parentReleasing version 20211117. (diff)
downloadcompute-tools-140dae9d52b7012001c5598d0627bca0ec23ee70.tar.xz
compute-tools-140dae9d52b7012001c5598d0627bca0ec23ee70.zip
Adding interactive option to container update command to ease skipping containers.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'share')
-rw-r--r--share/man/container-update.1.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/share/man/container-update.1.rst b/share/man/container-update.1.rst
index 7b17ae2..58dcb73 100644
--- a/share/man/container-update.1.rst
+++ b/share/man/container-update.1.rst
@@ -50,6 +50,9 @@ The following **container update** options are available:
-f, --full-upgrade:
Runs an additional 'apt full-upgrade' after 'apt upgrade'.
+-i, --interactive:
+ Prompt before every container update.
+
-r, --autoremove:
Runs an additional 'apt autoremove' after 'apt upgrade'.