summaryrefslogtreecommitdiffstats
path: root/shell-completion/zsh/_systemd-nspawn
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-10-20 15:44:35 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-10-20 15:53:39 +0200
commit21f2b19cc234c4539ffcac2886f9c8cf0d34ca24 (patch)
tree3edb9418ec1d569f20884f93cdd5c67cb4d453ee /shell-completion/zsh/_systemd-nspawn
parentMerge pull request #21051 from poettering/nspawn-no-sync (diff)
downloadsystemd-21f2b19cc234c4539ffcac2886f9c8cf0d34ca24.tar.xz
systemd-21f2b19cc234c4539ffcac2886f9c8cf0d34ca24.zip
zsh-completion: nspawn: add --suppress-sync option
Follow-up for 4a4654e0241fbeabecb8587fd3520b6b39264b9c.
Diffstat (limited to 'shell-completion/zsh/_systemd-nspawn')
-rw-r--r--shell-completion/zsh/_systemd-nspawn1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell-completion/zsh/_systemd-nspawn b/shell-completion/zsh/_systemd-nspawn
index 384e3f2c30..adc5d7c8a0 100644
--- a/shell-completion/zsh/_systemd-nspawn
+++ b/shell-completion/zsh/_systemd-nspawn
@@ -49,4 +49,5 @@ _arguments \
'--personality=[Control the architecture ("personality") reported by uname(2) in the container.]:architecture:(x86 x86-64)' \
'--volatile=[Run the system in volatile mode.]:volatile:(no yes state)' \
"--notify-ready=[Control when the ready notification is sent]:options:(yes no)" \
+ "--suppress-sync=[Control whether to suppress disk synchronization for the container payload]:options:(yes no)" \
'*:: : _normal'