X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=shell-completion%2Fzsh%2F_systemd-tmpfiles;fp=shell-completion%2Fzsh%2F_systemd-tmpfiles;h=0000000000000000000000000000000000000000;hb=4e46791a9f00ca29537a3ee554841dfa1488ad79;hp=6ff02e5d989c1f8c750c8696b254be3995776f8f;hpb=313733493e610bb3b027796a1595e353e6c6f3d7;p=elogind.git diff --git a/shell-completion/zsh/_systemd-tmpfiles b/shell-completion/zsh/_systemd-tmpfiles deleted file mode 100644 index 6ff02e5d9..000000000 --- a/shell-completion/zsh/_systemd-tmpfiles +++ /dev/null @@ -1,13 +0,0 @@ -#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.]' \ - '--root=[Operate on an alternate filesystem root]:directory:_directories' \ - '*::files:_files'