]> git.kaiwu.me - haproxy.git/commit
BUG/MINOR: admin: haproxy-reload rename -vv long option
authorWilliam Lallemand <wlallemand@irq6.net>
Sun, 8 Mar 2026 00:26:04 +0000 (01:26 +0100)
committerWilliam Lallemand <wlallemand@irq6.net>
Sun, 8 Mar 2026 00:37:56 +0000 (01:37 +0100)
commit9b3345237a82b76541c1027cc5e9bc7fc4cf1200
tree194a6c9729dc817f37127496169172f04a8de9f5
parent2a0cf52cfc3a7290d1e016b9e2877638462101ac
BUG/MINOR: admin: haproxy-reload rename -vv long option

The -vv option used --verbose as its long form, which was identical to
the long form of -v. Since the case statement matches top-to-bottom,
--verbose would always trigger -v (VERBOSE=2), making -vv unreachable
via its long option. The long form is renamed to --verbose=all to avoid
the conflict, and the usage string is updated accordingly.

Must be backported to 3.3.
admin/cli/haproxy-reload