summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Fenwick <mfenwick100@gmail.com>2020-08-07 10:43:11 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-08-07 17:09:53 +0200
commit972391ac396f8fa39d06773338605af5a9d5507d (patch)
tree88372aecd46d3f2eba3bf2f283fafd953896b990
parent443aacfcda39ebc6722cae0236b9dcfd01eeb49c (diff)
downloadsystemd-246.1.tar.gz
fix typo in systemctl helpv246.1
(cherry picked from commit c1c28fe2f70573270b0544670dba38b3a2f06c13)
-rw-r--r--src/systemctl/systemctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c
index c58a19a099..eafae6e4f8 100644
--- a/src/systemctl/systemctl.c
+++ b/src/systemctl/systemctl.c
@@ -7718,7 +7718,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"