diff options
author | Daniel Mack <zonque@gmail.com> | 2012-05-18 21:58:35 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-05-21 17:30:11 +0200 |
commit | 89834a7c1c5f194d072d42d1c30077f5b2c207ec (patch) | |
tree | 40d925bfd6975d8eaaa5f8676aed07e6f1fed902 | |
parent | 2a2aab602e1d8b6bf0b440730e379f9dd6586b80 (diff) |
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.
-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 ebc2a6aa49..58778a81f6 100644 --- a/src/journal/journalctl.c +++ b/src/journal/journalctl.c @@ -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" |