journalctl: fix built-in usage output

This brings journalctl's built-in usage output in sync with the man page.
There are no commands to pass, and the help screen should not confuse
users.
This commit is contained in:
Daniel Mack 2012-05-18 21:58:35 +02:00 committed by Lennart Poettering
parent 2a2aab602e
commit 89834a7c1c
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ static bool arg_local = false;
static int help(void) {
printf("%s [OPTIONS...] {COMMAND} ...\n\n"
printf("%s [OPTIONS...] [MATCH]\n\n"
"Send control commands to or query the journal.\n\n"
" -h --help Show this help\n"
" --version Show package version\n"