diff options
author | nerdopolis <bluescreen_avenger@verizon.net> | 2021-06-09 09:00:02 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-06-10 07:23:05 +0200 |
commit | 3c3335c7146a43137c46acfa18417cca101cb088 (patch) | |
tree | c2754f66413c8439ff3ccb7d6031970b7b54e379 /src/systemctl | |
parent | 998571a7f400dfc98825bcf6b0bc7fe78042f26e (diff) | |
download | systemd-3c3335c7146a43137c46acfa18417cca101cb088.tar.gz |
Clarify help information for --global
Diffstat (limited to 'src/systemctl')
-rw-r--r-- | src/systemctl/systemctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index e37569ab7f..4cc723aab5 100644 --- a/src/systemctl/systemctl.c +++ b/src/systemctl/systemctl.c @@ -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" |