diff options
author | Dave Reisner <dreisner@archlinux.org> | 2012-10-18 22:56:03 +0200 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2012-10-18 22:56:03 +0200 |
commit | 9536e0e10957cdd56d5f507f65b67aea479f5ff4 (patch) | |
tree | a22d61c5352555702a5bca9f556974ecfb2c6039 | |
parent | journal: fix symbol versioning file (diff) | |
download | systemd-9536e0e10957cdd56d5f507f65b67aea479f5ff4.tar.xz systemd-9536e0e10957cdd56d5f507f65b67aea479f5ff4.zip |
journalctl.xml: fix shortopt for --field
-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 4208fb4edc..bcf50cbd51 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -351,7 +351,7 @@ <varlistentry> <term><option>--field=</option></term> - <term><option>-f</option></term> + <term><option>-F</option></term> <listitem><para>Print all possible data values the specified field can |