diff options
author | Santiago Vila <sanvila@unex.es> | 2014-10-25 10:40:30 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-10-25 10:40:47 -0400 |
commit | 7558251eef610e71595a0aa48952479906cb899a (patch) | |
tree | b0468d7f9ef2f3ac140602c9373eea2cc5cc0601 /src/journal | |
parent | 96343c3039020d55ee64fb4746abee483e05fc29 (diff) |
journalctl: correct help text for --until
http://bugs.debian.org/766598
Diffstat (limited to 'src/journal')
-rw-r--r-- | src/journal/journalctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/journal/journalctl.c b/src/journal/journalctl.c index 7ce5ff6a66..f50faf42ad 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" |