chiark / gitweb /
rules: simplify mmc RPMB handling
[elogind.git] / shell-completion / zsh / _systemd-tmpfiles
1 #compdef systemd-tmpfiles
2
3 _arguments \
4     {-h,--help}'[Show help]' \
5     '--version[Show package version]' \
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.]' \
9     '--boot[Execute actions only safe at boot]' \
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.]' \
12     '--root=[Operate on an alternate filesystem root]:directory:_directories' \
13     '*::files:_files'