From: Thomas Hindoe Paaboel Andersen Date: Fri, 1 Nov 2013 19:46:49 +0000 (+0100) Subject: systemctl: fix typo in help text X-Git-Tag: v209~1684 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=76fdc9669a639db042d0e8bf57f525f008495535 systemctl: fix typo in help text --- diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index 87a6985cc..9f5e2735a 100644 --- a/src/systemctl/systemctl.c +++ b/src/systemctl/systemctl.c @@ -4741,7 +4741,7 @@ static int systemctl_help(void) { " -f --force When enabling unit files, override existing symlinks\n" " When shutting down, execute action immediately\n" " --root=PATH Enable unit files in the specified root directory\n" - " -n --lines=INTEGER Numer of journal entries to show\n" + " -n --lines=INTEGER Number of journal entries to show\n" " -o --output=STRING Change journal output mode (short, short-monotonic,\n" " verbose, export, json, json-pretty, json-sse, cat)\n\n" "Unit Commands:\n"