minor fixes

This commit is contained in:
iceman1001
2024-05-28 10:00:11 +02:00
parent 98acac3fc2
commit 6bdfe11c1a
2 changed files with 23 additions and 9 deletions
+1 -1
View File
@@ -2769,7 +2769,7 @@ static int CmdAsn1Decoder(const char *Cmd) {
void *argtable[] = {
arg_param_begin,
arg_str0("d", NULL, "<hex>", "ASN1 encoded byte array"),
arg_lit0("t", "test", "perform self test"),
arg_lit0(NULL, "test", "perform self tests"),
arg_param_end
};
CLIExecWithReturn(ctx, Cmd, argtable, false);