diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-12-10 00:16:57 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-12-10 00:18:49 +0000 |
commit | 140dae9d52b7012001c5598d0627bca0ec23ee70 (patch) | |
tree | f872ac4f48586927b6633ffb170d13b22c237e56 /share/man | |
parent | Releasing version 20211117. (diff) | |
download | compute-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/man')
-rw-r--r-- | share/man/container-update.1.rst | 3 |
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'. |