1
0
mirror of https://github.com/systemd/systemd synced 2024-07-09 04:26:06 +00:00

zsh-completion: nspawn: add --suppress-sync option

Follow-up for 4a4654e024.
This commit is contained in:
Yu Watanabe 2021-10-20 22:44:35 +09:00
parent 241167e68a
commit 21f2b19cc2

View File

@ -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'