mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-06 21:51:37 +00:00
journalctl: correct help text for --until
http://bugs.debian.org/766598
This commit is contained in:
committed by
Zbigniew Jędrzejewski-Szmek
parent
96343c3039
commit
7558251eef
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user