summaryrefslogtreecommitdiff
path: root/src/systemctl/systemctl.c
diff options
context:
space:
mode:
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>2013-11-01 20:46:49 +0100
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>2013-11-01 20:46:49 +0100
commit76fdc9669a639db042d0e8bf57f525f008495535 (patch)
treef1e1736c9394f0fb984527510810b240b26bcfc0 /src/systemctl/systemctl.c
parenta42431ca6a66c5aaa80cf41dbd8220b0778688c0 (diff)
systemctl: fix typo in help text
Diffstat (limited to 'src/systemctl/systemctl.c')
-rw-r--r--src/systemctl/systemctl.c2
1 files changed, 1 insertions, 1 deletions
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"