From: Matt Fenwick Date: Fri, 7 Aug 2020 14:43:11 +0000 (-0400) Subject: fix typo in systemctl help X-Git-Tag: v247-rc1~440 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c1c28fe2f70573270b0544670dba38b3a2f06c13;p=thirdparty%2Fsystemd.git fix typo in systemctl help --- diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index d55a89efabc..6e6e1810a04 100644 --- a/src/systemctl/systemctl.c +++ b/src/systemctl/systemctl.c @@ -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"