diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2014-03-01 23:08:38 +0100 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2014-03-01 23:10:38 +0100 |
commit | abdab4f602745952030a37b1521cd0374d51d3ea (patch) | |
tree | a011b0b529dd6289820a137c8d9ea5802737969a /Makefile.am | |
parent | 474cba1c7d5d04a3909499040dbe66959af59bd2 (diff) |
add bash completion for systemd-cgls
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 c4a975debb..4502f0b94a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -353,6 +353,7 @@ dist_bashcompletion_DATA = \ shell-completion/bash/journalctl \ shell-completion/bash/systemctl \ shell-completion/bash/systemd-analyze \ + shell-completion/bash/systemd-cgls \ shell-completion/bash/systemd-delta \ shell-completion/bash/systemd-nspawn \ shell-completion/bash/systemd-run \ |