1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-26 17:25:34 +03:00

Merge pull request #947 from evverx/bash-completion

Update bash-completion: generate all unit types
This commit is contained in:
Lennart Poettering 2015-08-16 17:04:57 +02:00
commit 9c75b2538a

View File

@ -108,7 +108,7 @@ _systemctl () {
comps=$(compgen -A signal)
;;
--type|-t)
comps='automount busname device mount path service snapshot socket swap target timer'
comps=$(__systemctl $mode -t help)
;;
--state)
comps='loaded not-found stub