summaryrefslogtreecommitdiff
path: root/shell-completion/zsh
diff options
context:
space:
mode:
authorRonny Chevalier <chevalier.ronny@gmail.com>2015-01-12 22:19:34 +0100
committerRonny Chevalier <chevalier.ronny@gmail.com>2015-01-12 22:19:34 +0100
commitee14023fd5720959d3ae22b23ed663efc42608fa (patch)
tree3cbd0ad2bdf72c789523ca06384702a893b5f43a /shell-completion/zsh
parenta80cea68616df5991ed64ed93f956d4377974a21 (diff)
zsh-completion: add missing completions for systemd-tmpfiles
Diffstat (limited to 'shell-completion/zsh')
-rw-r--r--shell-completion/zsh/_systemd-tmpfiles5
1 files changed, 4 insertions, 1 deletions
diff --git a/shell-completion/zsh/_systemd-tmpfiles b/shell-completion/zsh/_systemd-tmpfiles
index 4913dedd2..6ff02e5d9 100644
--- a/shell-completion/zsh/_systemd-tmpfiles
+++ b/shell-completion/zsh/_systemd-tmpfiles
@@ -1,10 +1,13 @@
#compdef systemd-tmpfiles
_arguments \
+ {-h,--help}'[Show help]' \
+ '--version[Show package version]' \
'--create[Create, set ownership/permissions based on the config files.]' \
'--clean[Clean up all files and directories with an age parameter configured.]' \
'--remove[All files and directories marked with r, R in the configuration files are removed.]' \
+ '--boot[Execute actions only safe at boot]' \
'--prefix=[Only apply rules that apply to paths with the specified prefix.]' \
'--exclude-prefix=[Ignore rules that apply to paths with the specified prefix.]' \
- '--help[Prints a short help text and exits.]' \
+ '--root=[Operate on an alternate filesystem root]:directory:_directories' \
'*::files:_files'