]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: cli: correct commentary and replace 'set global-key' name
authorErwan Le Goas <elegoas@haproxy.com>
Thu, 29 Sep 2022 08:36:11 +0000 (10:36 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 29 Sep 2022 08:53:15 +0000 (10:53 +0200)
commitd78693178c6297ed93bee4f40fb98f943b034cc0
tree6768f4f4def8fbe0d916d9a0966561755d6a39f3
parentf30c5d76665d8413c875b81b10c384ae9240d5f2
MINOR: cli: correct commentary and replace 'set global-key' name

Correct a commentary in in include/haproxy/global-t.h and include/haproxy/tools.h
Replace the CLI command 'set global-key <key>' by 'set anon global-key <key>' in
order to find it easily when you don't remember it, the recommandation can guide
you when you just tap 'set anon'.

No backport needed, except if anonymization mechanism is backported.
doc/management.txt
include/haproxy/global-t.h
include/haproxy/tools.h
src/cli.c