From: Hugo Kindel Date: Tue, 19 Mar 2019 09:14:51 +0000 (+0100) Subject: systemd-cgls: typo error in help command X-Git-Tag: v242-rc1~112 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b5587fa99490981da68ceab5bc2d376b47400bee;p=thirdparty%2Fsystemd.git systemd-cgls: typo error in help command Correct a small typo error happening on two lines of the help command: "specifified" instead of "specified". --- diff --git a/src/cgls/cgls.c b/src/cgls/cgls.c index b6b15cf1146..09ee0e86a24 100644 --- a/src/cgls/cgls.c +++ b/src/cgls/cgls.c @@ -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"