mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04: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
1 changed files with 2 additions and 4 deletions
|
|
@ -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 a new issue