diff options
Diffstat (limited to 'shell-completion/zsh/_systemd-machine-id-setup')
-rw-r--r-- | shell-completion/zsh/_systemd-machine-id-setup | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/shell-completion/zsh/_systemd-machine-id-setup b/shell-completion/zsh/_systemd-machine-id-setup new file mode 100644 index 0000000000..d575649394 --- /dev/null +++ b/shell-completion/zsh/_systemd-machine-id-setup @@ -0,0 +1,8 @@ +#compdef systemd-machine-id-setup + +local curcontext="$curcontext" state lstate line +_arguments \ + {-h,--help}'[Show this help]' \ + '--version[Show package version]' + +#vim: set ft=zsh sw=4 ts=4 et |