]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: reorder cases in parse_argv() to match order in --help
authorZbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Thu, 14 May 2026 08:35:30 +0000 (10:35 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Thu, 14 May 2026 17:59:21 +0000 (19:59 +0200)
commit953ff3c83e95ae3943e4307b64fe429d56cc8ac6
tree727a592cabbd25c3a70337d8fa9e9be2621cc6b1
parent440d701f3c930b53ea054b25cd859388f3cd9a1d
core: reorder cases in parse_argv() to match order in --help

The hidden-from-help options (--crash-reboot, --service-watchdogs,
--deserialize, --switched-root, --machine-id, -D, -b/-s/-z, ?)
move to the bottom. The 'b'/'s'/'z' → '?' fall-through is preserved.

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