From: Hermann Gausterer Date: Sun, 28 Jan 2018 19:49:55 +0000 (+0100) Subject: journalctl: typo fix X-Git-Tag: v238~164^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fabf4dae16f157ea6970860c7fb83efae79905d5;p=thirdparty%2Fsystemd.git journalctl: typo fix --- diff --git a/src/journal/journalctl.c b/src/journal/journalctl.c index 17782688d9e..bb9cfb6dc4d 100644 --- a/src/journal/journalctl.c +++ b/src/journal/journalctl.c @@ -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"