diff options
author | Lennart Poettering <lennart@poettering.net> | 2023-11-28 21:29:31 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2023-11-30 16:21:00 +0100 |
commit | dde54b8a8578cecb3ce90e56aeeaf749dd9e1058 (patch) | |
tree | 4bedc1990304ec495c40e76ec7f83074b3d520f2 /man/journalctl.xml | |
parent | man: add '=' suffix to journalctl switches that take parameter (diff) | |
download | systemd-dde54b8a8578cecb3ce90e56aeeaf749dd9e1058.tar.xz systemd-dde54b8a8578cecb3ce90e56aeeaf749dd9e1058.zip |
journalctl: add short option "-i" for "--file="
I see myself frequently typing in "journalctl --file=…". That's a lot to
type. Let's add a short switch too. Unfortunately, "-f" and "-F" are
already taken, hence let's pick "-i".
Diffstat (limited to 'man/journalctl.xml')
-rw-r--r-- | man/journalctl.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man/journalctl.xml b/man/journalctl.xml index 3e2602e8de..eac2faf2f8 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -160,6 +160,7 @@ </varlistentry> <varlistentry> + <term><option>-i <replaceable>GLOB</replaceable></option></term> <term><option>--file=<replaceable>GLOB</replaceable></option></term> <listitem><para>Takes a file glob as an argument. If specified, journalctl will operate on the |