Remove space in long option

This commit is contained in:
pwpiwi 2019-08-14 08:12:19 +02:00
commit 68284b1675

View file

@ -3022,7 +3022,7 @@ int CmdHFMFPersonalize(const char *cmd) {
void *argtable[] = {
arg_param_begin,
arg_str0("tT", "key type", "<A|B>", "key type (A or B) to authenticate sector 0 (default: A)"),
arg_str0("tT", "keytype", "<A|B>", "key type (A or B) to authenticate sector 0 (default: A)"),
arg_str0("kK", "key", "<key (hex 6 Bytes)>", "key to authenticate sector 0 (default: FFFFFFFFFFFF)"),
arg_str1(NULL, NULL, "<UIDF0|UIDF1|UIDF2|UIDF3>", "Personalization Option"),
arg_param_end