summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Kindel <kindelhugo@gmail.com>2019-03-19 10:14:51 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-03-19 10:27:28 +0100
commitb5587fa99490981da68ceab5bc2d376b47400bee (patch)
tree9550a377b912dc56bef6f5535e9228066d3c9e71
parentf674c16835b43955df7e57234dfbe894003bd941 (diff)
downloadsystemd-b5587fa99490981da68ceab5bc2d376b47400bee.tar.gz
systemd-cgls: typo error in help command
Correct a small typo error happening on two lines of the help command: "specifified" instead of "specified".
-rw-r--r--src/cgls/cgls.c4
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"