diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-03-16 00:50:52 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-03-16 00:50:52 +0100 |
commit | 2af777ba966fcaefb02e87524583917726a470a1 (patch) | |
tree | 21df195ca0754578b3bbd1bc7597224d6cba01d2 /src/journal | |
parent | b47ffcfdfd46de119e0fe8d1c48105bd7c21ddd4 (diff) |
man: document systemd-journalctl(1)
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 d5560723bc..f90b2ddabe 100644 --- a/src/journal/journalctl.c +++ b/src/journal/journalctl.c @@ -54,7 +54,7 @@ static int help(void) { " -h --help Show this help\n" " --version Show package version\n" " --no-pager Do not pipe output into a pager\n" - " -a --all Show all properties, including long and unprintable\n" + " -a --all Show all fields, including long and unprintable\n" " -f --follow Follow journal\n" " -n --lines=INTEGER Journal entries to show\n" " --no-tail Show all lines, even in follow mode\n" |