]> git.ipfire.org Git - thirdparty/systemd.git/blame - shell-completion/zsh/_systemd-tmpfiles
shell-completion/zsh: add -*type*- headers
[thirdparty/systemd.git] / shell-completion / zsh / _systemd-tmpfiles
CommitLineData
c1072f64 1#compdef systemd-tmpfiles -*- shell-script -*-
7059062c 2# SPDX-License-Identifier: LGPL-2.1+
1272ff85
WG
3
4_arguments \
ee14023f
RC
5 {-h,--help}'[Show help]' \
6 '--version[Show package version]' \
1272ff85
WG
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.]' \
ee14023f 10 '--boot[Execute actions only safe at boot]' \
1272ff85
WG
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.]' \
ee14023f 13 '--root=[Operate on an alternate filesystem root]:directory:_directories' \
1272ff85 14 '*::files:_files'