systemctl: use VARIABLE as the placeholder for a variable name

The man page was already using VARIABLE=VALUE, so no change there.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2018-02-22 14:39:06 +01:00
parent fbf3283bdd
commit 135775c156
1 changed files with 3 additions and 3 deletions

View File

@ -7306,9 +7306,9 @@ static void systemctl_help(void) {
" cancel [JOB...] Cancel all, one, or more jobs\n\n"
"Environment Commands:\n"
" show-environment Dump environment\n"
" set-environment NAME=VALUE... Set one or more environment variables\n"
" unset-environment NAME... Unset one or more environment variables\n"
" import-environment [NAME...] Import all or some environment variables\n\n"
" set-environment VARIABLE=VALUE... Set one or more environment variables\n"
" unset-environment VARIABLE... Unset one or more environment variables\n"
" import-environment [VARIABLE...] Import all or some environment variables\n\n"
"Manager Lifecycle Commands:\n"
" daemon-reload Reload systemd manager configuration\n"
" daemon-reexec Reexecute systemd manager\n\n"