chiark / gitweb /
journalctl: correct help text for --until
authorSantiago Vila <sanvila@unex.es>
Sat, 25 Oct 2014 14:40:30 +0000 (10:40 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 25 Oct 2014 14:40:47 +0000 (10:40 -0400)
http://bugs.debian.org/766598

src/journal/journalctl.c

index 7ce5ff6a66f0a2b1fb48915bce0254b6c3084bb3..f50faf42adf180e1e35fa67d68daa62787bb789a 100644 (file)
@@ -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"