systemd-cgls: typo error in help command

Correct a small typo error happening on two lines of the help command:
"specifified" instead of "specified".
This commit is contained in:
Hugo Kindel 2019-03-19 10:14:51 +01:00 committed by Zbigniew Jędrzejewski-Szmek
parent f674c16835
commit b5587fa994
1 changed files with 2 additions and 2 deletions

View 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"