]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Clarify help information for --global
authornerdopolis <bluescreen_avenger@verizon.net>
Wed, 9 Jun 2021 13:00:02 +0000 (09:00 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 10 Jun 2021 05:23:05 +0000 (07:23 +0200)
shell-completion/zsh/_systemctl.in
src/systemctl/systemctl.c

index 9eb1ad10375ecc310281f4c66cb9a5e027f4da9e..217fac86550cde35467e6e3b17d4c7d572ef950e 100644 (file)
@@ -485,7 +485,7 @@ _arguments -s \
     '--system[Connect to system manager]' \
     '--user[Connect to user service manager]' \
     "--no-wall[Don't send wall message before halt/power-off/reboot]" \
-    '--global[Enable/disable/mask unit files globally]' \
+    '--global[Enable/disable/mask default user unit files globally]' \
     "--no-reload[When enabling/disabling unit files, don't reload daemon configuration]" \
     '--no-ask-password[Do not ask for system passwords]' \
     '--kill-who=[Who to send signal to]:killwho:(main control all)' \
index e37569ab7f5629bcdbdf58c713412c498dc80641..4cc723aab5e49394af9855be36044a21542e8d7e 100644 (file)
@@ -277,7 +277,7 @@ static int systemctl_help(void) {
                "     --legend=BOOL       Enable/disable the legend (column headers and hints)\n"
                "     --no-pager          Do not pipe output into a pager\n"
                "     --no-ask-password   Do not ask for system passwords\n"
-               "     --global            Enable/disable/mask unit files globally\n"
+               "     --global            Enable/disable/mask default user unit files globally\n"
                "     --runtime           Enable/disable/mask unit files temporarily until next\n"
                "                         reboot\n"
                "  -f --force             When enabling unit files, override existing symlinks\n"