mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-06 23:27:04 +02:00
MINOR: debug: clarify "debug dev stream" help message
The help message was insufficient to figure how to use it and specify the stream pointer and changes to operate.
This commit is contained in:
parent
65efd33c06
commit
dd01448953
@ -772,10 +772,8 @@ static int debug_parse_cli_stream(char **args, char *payload, struct appctx *app
|
||||
|
||||
if (!*args[3]) {
|
||||
return cli_err(appctx,
|
||||
"Usage: debug dev stream { <obj> <op> <value> | wake }*\n"
|
||||
" <obj> = {strm | strm.f | strm.x |\n"
|
||||
" scf.s | scb.s |\n"
|
||||
" txn.f | req.f | res.f}\n"
|
||||
"Usage: debug dev stream [ strm=<ptr> ] { <obj> <op> <value> | wake }*\n"
|
||||
" <obj> = { strm.f | strm.x | scf.s | scb.s | txn.f | req.f | res.f }\n"
|
||||
" <op> = {'' (show) | '=' (assign) | '^' (xor) | '+' (or) | '-' (andnot)}\n"
|
||||
" <value> = 'now' | 64-bit dec/hex integer (0x prefix supported)\n"
|
||||
" 'wake' wakes the stream asssigned to 'strm' (default: current)\n"
|
||||
|
Loading…
Reference in New Issue
Block a user