diff options
author | William Giokas <1007380@gmail.com> | 2013-07-29 14:07:21 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-08-02 10:43:35 -0400 |
commit | 7e83c0e03fbf397167822e170d97c3a210658768 (patch) | |
tree | 91cc30c979bebe160b519ec4e0b4cfd837538a67 /Makefile.am | |
parent | db456cd0c65d0e7375b09b72ae6fb60f09e2eb6e (diff) |
zsh_completion: Split out zsh _journalctl
Re-ordered some of the options and added a few that were missing
previously as well.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index ba4035072c..e331e67285 100644 --- a/Makefile.am +++ b/Makefile.am @@ -345,6 +345,7 @@ dist_bashcompletion_DATA = \ dist_zshcompletion_DATA = \ shell-completion/zsh/_systemctl \ + shell-completion/zsh/_journalctl \ shell-completion/zsh/_systemd dist_sysctl_DATA = \ |