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