From 2648ed035474a59096f7a776589113c228ecb33d Mon Sep 17 00:00:00 2001 From: tcprst Date: Sun, 1 Nov 2020 20:15:32 -0500 Subject: [PATCH] update eload argument text --- client/src/cmdhficlass.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/cmdhficlass.c b/client/src/cmdhficlass.c index 44592aca2..d2b7045a6 100644 --- a/client/src/cmdhficlass.c +++ b/client/src/cmdhficlass.c @@ -882,8 +882,8 @@ static int CmdHFiClassELoad(const char *Cmd) { void *argtable[] = { arg_param_begin, arg_str1("f", "file", "", "filename of dump"), - arg_lit0(NULL, "json", "print from this block (default block6)"), - arg_lit0(NULL, "eml", "end printing at this block (default 0, ALL)"), + arg_lit0(NULL, "json", "load JSON type dump"), + arg_lit0(NULL, "eml", "load EML type dump"), arg_param_end }; CLIExecWithReturn(ctx, Cmd, argtable, false);