diff --git a/client/src/cmdlfhid.c b/client/src/cmdlfhid.c index d04de6cda..f98ebb16d 100755 --- a/client/src/cmdlfhid.c +++ b/client/src/cmdlfhid.c @@ -488,14 +488,14 @@ static int CmdHIDBrute(const char *Cmd) { arg_param_begin, arg_lit0("v", "verbose", "verbose output"), arg_str1("w", "wiegand", "", "see " _YELLOW_("`wiegand list`") " for available formats"), - arg_str1(NULL, "field", "", "field to bruteforce. can be " _YELLOW("`fc`") " for facility code, or " _YELLOW("`cn`") " for card number"), + arg_str1(NULL, "field", "", "field to bruteforce"), arg_u64_0(NULL, "fc", "", "facility code"), arg_u64_0(NULL, "cn", "", "card number"), arg_u64_0("i", "issue", "", "issue level"), arg_u64_0("o", "oem", "", "OEM code"), - arg_u64_0("d", "delay", "", "delay betweens attempts in ms. (default is 1000)"), - arg_lit0(NULL, "up", "direction to increment field value. (default is both directions)"), - arg_lit0(NULL, "down", "direction to decrement field value. (default is both directions)"), + arg_u64_0("d", "delay", "", "delay betweens attempts in ms. (def is 1000)"), + arg_lit0(NULL, "up", "direction to increment field value. (def is both directions)"), + arg_lit0(NULL, "down", "direction to decrement field value. (def is both directions)"), arg_param_end }; CLIExecWithReturn(ctx, Cmd, argtable, false);