summaryrefslogtreecommitdiff
path: root/src/systemd-nspawn/systemd-nspawn.completion.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemd-nspawn/systemd-nspawn.completion.zsh')
-rw-r--r--src/systemd-nspawn/systemd-nspawn.completion.zsh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systemd-nspawn/systemd-nspawn.completion.zsh b/src/systemd-nspawn/systemd-nspawn.completion.zsh
index 3e0f667909..77b2e7cd7c 100644
--- a/src/systemd-nspawn/systemd-nspawn.completion.zsh
+++ b/src/systemd-nspawn/systemd-nspawn.completion.zsh
@@ -46,4 +46,5 @@ _arguments \
'--keep-unit[Instead of creating a transient scope unit to run the container in, simply register the service or scope unit systemd-nspawn has been invoked in with systemd-machined(8).]' \
'--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)" \
'*:: : _normal'