diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2012-11-04 16:19:04 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-03-18 19:49:33 -0400 |
commit | 8cb17a6dc88cecfcee3189765031e9e8a1f4106b (patch) | |
tree | b8c8782aae75e24f463ceaee86d048cce4a7cd39 /man | |
parent | 763c7aa288485cf5ab627fe1d25ff58e76f9dacb (diff) |
sd-journal: do not require path to be absolute
Seems natural to be able to specify relative directory,
e.g. with journalctl -D. And even if, this should be checked
in front-end code, not in the library.
Diffstat (limited to 'man')
-rw-r--r-- | man/journalctl.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/journalctl.xml b/man/journalctl.xml index 632a8134db..8883da278c 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -437,7 +437,7 @@ <term><option>-D</option></term> <term><option>--directory=</option></term> - <listitem><para>Takes an absolute + <listitem><para>Takes a directory path as argument. If specified journalctl will operate on the specified journal directory instead of |