]> git.ipfire.org Git - thirdparty/systemd.git/blame - shell-completion/zsh/_systemd-tmpfiles
Add SPDX license headers to various assorted files
[thirdparty/systemd.git] / shell-completion / zsh / _systemd-tmpfiles
CommitLineData
1272ff85
WG
1#compdef systemd-tmpfiles
2
3_arguments \
ee14023f
RC
4 {-h,--help}'[Show help]' \
5 '--version[Show package version]' \
1272ff85
WG
6 '--create[Create, set ownership/permissions based on the config files.]' \
7 '--clean[Clean up all files and directories with an age parameter configured.]' \
8 '--remove[All files and directories marked with r, R in the configuration files are removed.]' \
ee14023f 9 '--boot[Execute actions only safe at boot]' \
1272ff85
WG
10 '--prefix=[Only apply rules that apply to paths with the specified prefix.]' \
11 '--exclude-prefix=[Ignore rules that apply to paths with the specified prefix.]' \
ee14023f 12 '--root=[Operate on an alternate filesystem root]:directory:_directories' \
1272ff85 13 '*::files:_files'