blob: 4913dedd2c58d7f4bd56847909bbc5fbb2ee2daf (
plain)
1
2
3
4
5
6
7
8
9
10
|
#compdef systemd-tmpfiles
_arguments \
'--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.]' \
'--prefix=[Only apply rules that apply to paths with the specified prefix.]' \
'--exclude-prefix=[Ignore rules that apply to paths with the specified prefix.]' \
'--help[Prints a short help text and exits.]' \
'*::files:_files'
|