From b5587fa99490981da68ceab5bc2d376b47400bee Mon Sep 17 00:00:00 2001 From: Hugo Kindel Date: Tue, 19 Mar 2019 10:14:51 +0100 Subject: [PATCH] systemd-cgls: typo error in help command Correct a small typo error happening on two lines of the help command: "specifified" instead of "specified". --- src/cgls/cgls.c | 4 ++-- 1 file 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"