]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/journal/journalctl.c
journalctl: add short option "-i" for "--file=" 30241/head
authorLennart Poettering <lennart@poettering.net>
Tue, 28 Nov 2023 20:29:31 +0000 (21:29 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 30 Nov 2023 15:21:00 +0000 (16:21 +0100)
commitdde54b8a8578cecb3ce90e56aeeaf749dd9e1058
tree4bedc1990304ec495c40e76ec7f83074b3d520f2
parent12f25768545ff08ba866294ac25aa3a0b3e70e4f
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".
man/journalctl.xml
src/journal/journalctl.c