From 7df82b8d646b71853c824a77ada41351cd5d62a0 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Fri, 7 Jul 2023 13:40:12 +0100 Subject: [PATCH] shell-completion: add whoami to bash --- shell-completion/bash/systemctl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell-completion/bash/systemctl.in b/shell-completion/bash/systemctl.in index 1b803de8b1c..480b3b5ae10 100644 --- a/shell-completion/bash/systemctl.in +++ b/shell-completion/bash/systemctl.in @@ -211,7 +211,7 @@ _systemctl () { [MASKED_UNITS]='unmask' [JOBS]='cancel' [ENVS]='set-environment unset-environment import-environment' - [STANDALONE]='daemon-reexec daemon-reload default + [STANDALONE]='daemon-reexec daemon-reload default whoami emergency exit halt hibernate hybrid-sleep suspend-then-hibernate kexec soft-reboot list-jobs list-sockets list-timers list-units list-unit-files poweroff -- 2.47.3