X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=shell-completion%2Fzsh%2F_systemd-tmpfiles;h=6ff02e5d989c1f8c750c8696b254be3995776f8f;hb=90adaa25e894a580930ef2c3e65ab8db8295515a;hp=4913dedd2c58d7f4bd56847909bbc5fbb2ee2daf;hpb=1272ff850ac65557f3cc06e00d5ddbd2588ff8b0;p=elogind.git 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'