summaryrefslogtreecommitdiff
path: root/shell-completion/zsh/_systemd-tmpfiles
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-09-10 13:59:05 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-09-10 13:59:05 -0400
commit4768d243b65151ac32381e8fac5afb49781a3b7c (patch)
treeaa6cdbd59069f1a5d1f30b3e45fb96d57fc72f25 /shell-completion/zsh/_systemd-tmpfiles
parent7a1416642f6d169234d6ce4272e59c6b7e37a218 (diff)
./move.sh
Diffstat (limited to 'shell-completion/zsh/_systemd-tmpfiles')
-rw-r--r--shell-completion/zsh/_systemd-tmpfiles13
1 files changed, 0 insertions, 13 deletions
diff --git a/shell-completion/zsh/_systemd-tmpfiles b/shell-completion/zsh/_systemd-tmpfiles
deleted file mode 100644
index 6ff02e5d98..0000000000
--- 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'