systemd-cgls: typo error in help command
authorHugo Kindel <kindelhugo@gmail.com>
Tue, 19 Mar 2019 09:14:51 +0000 (10:14 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 19 Mar 2019 09:27:28 +0000 (10:27 +0100)
Correct a small typo error happening on two lines of the help command:
"specifified" instead of "specified".

src/cgls/cgls.c

index b6b15cf..09ee0e8 100644 (file)
@@ -53,8 +53,8 @@ static int help(void) {
                "     --version        Show package version\n"
                "     --no-pager       Do not pipe output into a pager\n"
                "  -a --all            Show all groups, including empty\n"
-               "  -u --unit           Show the subtrees of specifified system units\n"
-               "     --user-unit      Show the subtrees of specifified user units\n"
+               "  -u --unit           Show the subtrees of specified system units\n"
+               "     --user-unit      Show the subtrees of specified user units\n"
                "  -l --full           Do not ellipsize output\n"
                "  -k                  Include kernel threads in output\n"
                "  -M --machine=       Show container\n"