]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: cli/tree-wide: properly re-align the CLI commands' help messages
authorWilly Tarreau <w@1wt.eu>
Fri, 7 May 2021 09:38:37 +0000 (11:38 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 7 May 2021 09:51:26 +0000 (11:51 +0200)
commitb205bfdab7f6208c6822d59c31cb7f1534277510
treea06295e6a8719e2cd17ca8cd211fc9100c496657
parent7190b987abd5ecb5ea31b368cc3e3df692022f5e
CLEANUP: cli/tree-wide: properly re-align the CLI commands' help messages

There were 102 CLI commands whose help were zig-zagging all along the dump
making them unreadable. This patch realigns all these messages so that the
command now uses up to 40 characters before the delimiting colon. About a
third of the commands did not correctly list their arguments which were
added after the first version, so they were all updated. Some abuses of
the term "id" were fixed to use a more explanatory term. The
"set ssl ocsp-response" command was not listed because it lacked a help
message, this was fixed as well. The deprecated enable/disable commands
for agent/health/server were prominently written as deprecated. Whenever
possible, clearer explanations were provided.
20 files changed:
src/activity.c
src/cache.c
src/cli.c
src/debug.c
src/log.c
src/map.c
src/peers.c
src/pool.c
src/proxy.c
src/resolvers.c
src/server.c
src/sink.c
src/ssl_ckch.c
src/ssl_crtlist.c
src/ssl_sock.c
src/stats.c
src/stick_table.c
src/stream.c
src/trace.c
src/vars.c