diff options
author | Dave Reisner <dreisner@archlinux.org> | 2013-07-24 11:19:24 -0400 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2013-07-24 12:04:00 -0400 |
commit | 5c7951141fa9f33e1b97de97586cc16bce2776e0 (patch) | |
tree | 4354e1917bc1f958727c92a448956cbd2c68f0e4 /shell-completion | |
parent | a2aced4add1964f82cfd250f1fee8de9d974b507 (diff) |
tmpfiles: introduce --exclude-prefix
The opposite of --prefix, allows specifying path prefixes which should
be skipped when processing rules.
Diffstat (limited to 'shell-completion')
-rw-r--r-- | shell-completion/systemd-zsh-completion.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell-completion/systemd-zsh-completion.zsh b/shell-completion/systemd-zsh-completion.zsh index b62b6df946..1ab1311ec1 100644 --- a/shell-completion/systemd-zsh-completion.zsh +++ b/shell-completion/systemd-zsh-completion.zsh @@ -249,6 +249,7 @@ _ctls() '--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' ;; |