]> git.ipfire.org Git - thirdparty/systemd.git/blob - shell-completion/zsh/_systemd-tmpfiles
Merge pull request #9811 from poettering/random-seed-tweaks
[thirdparty/systemd.git] / shell-completion / zsh / _systemd-tmpfiles
1 #compdef systemd-tmpfiles
2 # SPDX-License-Identifier: LGPL-2.1+
3
4 _arguments \
5 {-h,--help}'[Show help]' \
6 '--version[Show package version]' \
7 '--create[Create, set ownership/permissions based on the config files.]' \
8 '--clean[Clean up all files and directories with an age parameter configured.]' \
9 '--remove[All files and directories marked with r, R in the configuration files are removed.]' \
10 '--boot[Execute actions only safe at boot]' \
11 '--prefix=[Only apply rules that apply to paths with the specified prefix.]' \
12 '--exclude-prefix=[Ignore rules that apply to paths with the specified prefix.]' \
13 '--root=[Operate on an alternate filesystem root]:directory:_directories' \
14 '*::files:_files'