diff options
author | nerdopolis <bluescreen_avenger@verizon.net> | 2021-06-09 15:00:02 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-06-10 07:23:05 +0200 |
commit | 3c3335c7146a43137c46acfa18417cca101cb088 (patch) | |
tree | c2754f66413c8439ff3ccb7d6031970b7b54e379 /shell-completion | |
parent | Merge pull request #19871 from yuwata/man-network-missing-settings (diff) | |
download | systemd-3c3335c7146a43137c46acfa18417cca101cb088.tar.xz systemd-3c3335c7146a43137c46acfa18417cca101cb088.zip |
Clarify help information for --global
Diffstat (limited to 'shell-completion')
-rw-r--r-- | shell-completion/zsh/_systemctl.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/zsh/_systemctl.in b/shell-completion/zsh/_systemctl.in index 9eb1ad1037..217fac8655 100644 --- a/shell-completion/zsh/_systemctl.in +++ b/shell-completion/zsh/_systemctl.in @@ -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)' \ |