diff --git a/src/debug.c b/src/debug.c index b02d92f8f..e613271a5 100644 --- a/src/debug.c +++ b/src/debug.c @@ -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 { | wake }*\n" - " = {strm | strm.f | strm.x |\n" - " scf.s | scb.s |\n" - " txn.f | req.f | res.f}\n" + "Usage: debug dev stream [ strm= ] { | wake }*\n" + " = { strm.f | strm.x | scf.s | scb.s | txn.f | req.f | res.f }\n" " = {'' (show) | '=' (assign) | '^' (xor) | '+' (or) | '-' (andnot)}\n" " = 'now' | 64-bit dec/hex integer (0x prefix supported)\n" " 'wake' wakes the stream asssigned to 'strm' (default: current)\n"