From c3f2f0dfdaec8b19b0709473315ec47d99c64381 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Thu, 18 Jan 2024 19:48:20 +0100 Subject: [PATCH] missing some verbose --- client/src/cmdanalyse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdanalyse.c b/client/src/cmdanalyse.c index 780107953..e7c7c2334 100644 --- a/client/src/cmdanalyse.c +++ b/client/src/cmdanalyse.c @@ -394,7 +394,7 @@ static int CmdAnalyseCHKSUM(const char *Cmd) { arg_param_begin, arg_str1("d", "data", "", "bytes to calc checksum"), arg_str0("m", "mask", "", "bit mask to limit the output (4 hex bytes max)"), - arg_lit0("v", "verbose", "verbose"), + arg_lit0("v", "verbose", "verbose output"), arg_param_end }; CLIExecWithReturn(ctx, Cmd, argtable, true);