mirror of
https://github.com/systemd/systemd.git
synced 2025-03-19 22:50:17 +03:00
Clarify help information for --global
This commit is contained in:
parent
998571a7f4
commit
3c3335c714
@ -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)' \
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user