diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2014-03-02 22:58:18 +0100 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2014-03-02 23:07:35 +0100 |
commit | d9256bac4da4241cb5d97960c899390839f2c6e5 (patch) | |
tree | b4f943d2ee636df2167f1cfce670e15a4122f1f4 /Makefile.am | |
parent | 840292befd6ad78e018f5ea16bec80e83d910071 (diff) |
add bash completion for systemd-cgtop
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 2edf4b4738..15500adaae 100644 --- a/Makefile.am +++ b/Makefile.am @@ -354,6 +354,7 @@ dist_bashcompletion_DATA = \ shell-completion/bash/systemctl \ shell-completion/bash/systemd-analyze \ shell-completion/bash/systemd-cgls \ + shell-completion/bash/systemd-cgtop \ shell-completion/bash/systemd-delta \ shell-completion/bash/systemd-nspawn \ shell-completion/bash/systemd-run \ |