]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
journalctl: typo fix 8031/head
authorHermann Gausterer <git-systemd-2018@mrq1.org>
Sun, 28 Jan 2018 19:49:55 +0000 (20:49 +0100)
committerHermann Gausterer <git-systemd-2018@mrq1.org>
Sun, 28 Jan 2018 19:49:55 +0000 (20:49 +0100)
src/journal/journalctl.c

index 17782688d9e6c7d55f0af6c26459215ac9288f04..bb9cfb6dc4dfb7354ab1c05393b405484755771b 100644 (file)
@@ -334,7 +334,7 @@ static void help(void) {
                "     --user-unit=UNIT        Show logs from the specified user unit\n"
                "  -t --identifier=STRING     Show entries with the specified syslog identifier\n"
                "  -p --priority=RANGE        Show entries with the specified priority\n"
-               "  -g --grep=PATTERN          Show entries with MESSSAGE matching PATTERN\n"
+               "  -g --grep=PATTERN          Show entries with MESSAGE matching PATTERN\n"
                "     --case-sensitive[=BOOL] Force case sensitive or insenstive matching\n"
                "  -e --pager-end             Immediately jump to the end in the pager\n"
                "  -f --follow                Follow the journal\n"