]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
fix typo in systemctl help
authorMatt Fenwick <mfenwick100@gmail.com>
Fri, 7 Aug 2020 14:43:11 +0000 (10:43 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 7 Aug 2020 14:57:28 +0000 (16:57 +0200)
src/systemctl/systemctl.c

index d55a89efabcfcd7684815d3cf1967248a6c9d8d3..6e6e1810a046b698ee4c625be9dad613a625f3eb 100644 (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"