diff options
author | Hugo Kindel <kindelhugo@gmail.com> | 2019-03-19 10:14:51 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-03-19 10:27:28 +0100 |
commit | b5587fa99490981da68ceab5bc2d376b47400bee (patch) | |
tree | 9550a377b912dc56bef6f5535e9228066d3c9e71 /src/cgls | |
parent | Change Razer Abyssus DPI in 70-mouse.hwdb (#12029) (diff) | |
download | systemd-b5587fa99490981da68ceab5bc2d376b47400bee.tar.xz systemd-b5587fa99490981da68ceab5bc2d376b47400bee.zip |
systemd-cgls: typo error in help command
Correct a small typo error happening on two lines of the help command:
"specifified" instead of "specified".
Diffstat (limited to 'src/cgls')
-rw-r--r-- | src/cgls/cgls.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cgls/cgls.c b/src/cgls/cgls.c index b6b15cf114..09ee0e86a2 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" |