]> git.ipfire.org Git - thirdparty/systemd.git/commit
journalctl: reorder parse_argv() cases to match --help
authorZbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Mon, 11 May 2026 14:25:59 +0000 (16:25 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Tue, 12 May 2026 12:05:35 +0000 (14:05 +0200)
commit9bd3f4297dd22dc2268fcdeaa6b3c1da0bbf27c1
tree2bd038c1940155d53e021fbe230efdc8522662e0
parent0b8b2af657335bde186aaa9ee1877e3e924dedac
journalctl: reorder parse_argv() cases to match --help

Pure reordering. ARG_SMART_RELINQUISH_VAR is kept immediately before
ARG_RELINQUISH_VAR because of the existing _fallthrough_; that's the
only deviation from strict --help order.

Co-developed-by: Claude Opus 4.7 <noreply@anthropic.com>
src/journal/journalctl.c