summaryrefslogtreecommitdiff
path: root/shell-completion
diff options
context:
space:
mode:
authorLucas Werkmeister <mail@lucaswerkmeister.de>2020-10-04 15:39:24 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-10-05 08:05:41 +0200
commit7c57a030e0d654ce0e4d557da826170fb5ac5bc2 (patch)
treea48aa33a9585d7f004becc0fa8b092be4ef7508c /shell-completion
parent12bab3579f20c430f770072f26949d8979870a28 (diff)
downloadsystemd-7c57a030e0d654ce0e4d557da826170fb5ac5bc2.tar.gz
shell-completion: add missing completions to meson.build
Completions for systemd-id128 and homectl have been available for a while, but weren’t being installed.
Diffstat (limited to 'shell-completion')
-rw-r--r--shell-completion/bash/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell-completion/bash/meson.build b/shell-completion/bash/meson.build
index 0d3022b1e9..1df70147af 100644
--- a/shell-completion/bash/meson.build
+++ b/shell-completion/bash/meson.build
@@ -24,6 +24,7 @@ if bashcompletiondir != 'no'
['systemd-cgtop', ''],
['systemd-delta', ''],
['systemd-detect-virt', ''],
+ ['systemd-id128', ''],
['systemd-nspawn', ''],
['systemd-path', ''],
['systemd-run', ''],
@@ -32,6 +33,7 @@ if bashcompletiondir != 'no'
[bash_systemctl, ''],
['bootctl', 'ENABLE_EFI'],
['coredumpctl', 'ENABLE_COREDUMP'],
+ ['homectl', 'ENABLE_HOMED'],
['hostnamectl', 'ENABLE_HOSTNAMED'],
['localectl', 'ENABLE_LOCALED'],
['loginctl', 'ENABLE_LOGIND'],