diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2014-03-04 23:16:30 +0100 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2014-03-04 23:17:07 +0100 |
commit | 207017017db91232189226bfcf29e61926310a9b (patch) | |
tree | 7243a46bbf30dd178a1465406b82692e28b4908f /Makefile.am | |
parent | 86bafac9540ba9e111ccba2fdf4161fe3a67cd3b (diff) |
add bash completion for systemd-cat
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 251b5d0749..f99cef7a17 100644 --- a/Makefile.am +++ b/Makefile.am @@ -366,6 +366,7 @@ dist_bashcompletion_DATA = \ shell-completion/bash/journalctl \ shell-completion/bash/systemctl \ shell-completion/bash/systemd-analyze \ + shell-completion/bash/systemd-cat \ shell-completion/bash/systemd-cgls \ shell-completion/bash/systemd-cgtop \ shell-completion/bash/systemd-delta \ |