572a44
From 9e6ece2b9eb8d57a9d724d6b7bbb92524ac52ad3 Mon Sep 17 00:00:00 2001
572a44
From: Thomas Hindoe Paaboel Andersen <phomes@gmail.com>
572a44
Date: Fri, 1 Nov 2013 20:46:49 +0100
572a44
Subject: [PATCH] systemctl: fix typo in help text
572a44
572a44
---
572a44
 src/systemctl/systemctl.c | 2 +-
572a44
 1 file changed, 1 insertion(+), 1 deletion(-)
572a44
572a44
diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c
572a44
index 036828b..36040db 100644
572a44
--- a/src/systemctl/systemctl.c
572a44
+++ b/src/systemctl/systemctl.c
572a44
@@ -4743,7 +4743,7 @@ static int systemctl_help(void) {
572a44
                "  -f --force          When enabling unit files, override existing symlinks\n"
572a44
                "                      When shutting down, execute action immediately\n"
572a44
                "     --root=PATH      Enable unit files in the specified root directory\n"
572a44
-               "  -n --lines=INTEGER  Numer of journal entries to show\n"
572a44
+               "  -n --lines=INTEGER  Number of journal entries to show\n"
572a44
                "  -o --output=STRING  Change journal output mode (short, short-monotonic,\n"
572a44
                "                      verbose, export, json, json-pretty, json-sse, cat)\n\n"
572a44
                "Unit Commands:\n"