fix typo in systemctl help

This commit is contained in:
Matt Fenwick 2020-08-07 10:43:11 -04:00 committed by Zbigniew Jędrzejewski-Szmek
parent 992aa67231
commit c1c28fe2f7
1 changed files with 1 additions and 1 deletions

View File

@ -7751,7 +7751,7 @@ static int systemctl_help(void) {
" -M --machine=CONTAINER Operate on a local container\n"
" -t --type=TYPE List units of a particular type\n"
" --state=STATE List units with particular LOAD or SUB or ACTIVE state\n"
" --failed Shorcut for --state=failed\n"
" --failed Shortcut for --state=failed\n"
" -p --property=NAME Show only properties by this name\n"
" -P NAME Equivalent to --value --property=NAME\n"
" -a --all Show all properties/all units currently in memory,\n"