diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-09-21 22:33:02 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-09-21 22:33:02 +0200 |
commit | 1705594f597ed12f38bee309b3fdb3f691e2021b (patch) | |
tree | 9de41dadf9d2a40eae0bc76a678c1629fc791de7 /man/journalctl.xml | |
parent | f801968466fed39d50d410b30ac828c26722cc95 (diff) |
journalctl: make the argument to -n optional
Diffstat (limited to 'man/journalctl.xml')
-rw-r--r-- | man/journalctl.xml | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/man/journalctl.xml b/man/journalctl.xml index 83ddf5c3d6..50c915d590 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -161,11 +161,14 @@ <listitem><para>Controls the number of journal lines to show, counting from - the most recent ones. Takes a positive - integer argument. In follow mode - defaults to 10, otherwise is unset - thus not limiting how many lines are - shown.</para></listitem> + the most recent ones. The argument is + optional, and if specified is a + positive integer. If not specified and + in follow mode defaults to 10. If this + option is not passed and follow mode + is not enabled, how many lines are + shown is not + limited.</para></listitem> </varlistentry> <varlistentry> |