From: Santiago Vila Date: Sat, 25 Oct 2014 14:40:30 +0000 (-0400) Subject: journalctl: correct help text for --until X-Git-Tag: v217~67 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=7558251eef610e71595a0aa48952479906cb899a journalctl: correct help text for --until http://bugs.debian.org/766598 --- diff --git a/src/journal/journalctl.c b/src/journal/journalctl.c index 7ce5ff6a6..f50faf42a 100644 --- a/src/journal/journalctl.c +++ b/src/journal/journalctl.c @@ -194,7 +194,7 @@ static void help(void) { " --user Show the user journal for the current user\n" " -M --machine=CONTAINER Operate on local container\n" " --since=DATE Start showing entries on or newer than the specified date\n" - " --until=DATE Stop showing entries on or older than the specified date\n" + " --until=DATE Stop showing entries on or newer than the specified date\n" " -c --cursor=CURSOR Start showing entries from the specified cursor\n" " --after-cursor=CURSOR Start showing entries from after the specified cursor\n" " --show-cursor Print the cursor after all the entries\n"