haproxy/admin/cli
William Lallemand 9b3345237a
Some checks failed
Contrib / build (push) Has been cancelled
alpine/musl / gcc (push) Has been cancelled
VTest / Generate Build Matrix (push) Has been cancelled
Windows / Windows, gcc, all features (push) Has been cancelled
VTest / (push) Has been cancelled
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.
2026-03-08 01:37:56 +01:00
..
haproxy-dump-certs ADMIN: dump-certs: let dry-run compare certificates 2025-11-20 16:50:20 +01:00
haproxy-reload BUG/MINOR: admin: haproxy-reload rename -vv long option 2026-03-08 01:37:56 +01:00