summaryrefslogtreecommitdiff
path: root/src/journal/journalctl.c
diff options
context:
space:
mode:
authorDaniel Mack <zonque@gmail.com>2012-05-18 21:58:35 +0200
committerLennart Poettering <lennart@poettering.net>2012-05-21 17:30:11 +0200
commit89834a7c1c5f194d072d42d1c30077f5b2c207ec (patch)
tree40d925bfd6975d8eaaa5f8676aed07e6f1fed902 /src/journal/journalctl.c
parent2a2aab602e1d8b6bf0b440730e379f9dd6586b80 (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.
Diffstat (limited to 'src/journal/journalctl.c')
-rw-r--r--src/journal/journalctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/journal/journalctl.c b/src/journal/journalctl.c
index ebc2a6aa4..58778a81f 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"