MINOR: cli: sort the output of the "help" keywords
authorWilly Tarreau <w@1wt.eu>
Sun, 9 May 2021 19:45:29 +0000 (21:45 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 9 May 2021 20:39:07 +0000 (22:39 +0200)
commit92fbbcc4c6d6756349929b529a316183604b7575
tree8b277222b14bbb859bdeeeea69543fb5b4df7cb2
parent0b1b830e880f7676f77ed8a2a10e79bf40b9f45a
MINOR: cli: sort the output of the "help" keywords

It's still very difficult to find all commands starting with a given
keyword like "set", "show" etc. Let's sort the lines by usage message,
this is much more convenient.
include/haproxy/cli-t.h
src/cli.c