Skip to content

Commit 334a0b1

Browse files
authored
Merge pull request #2985 from STIEBELJOSHUA/hf-saflok
fixed typo in modify
2 parents d8097eb + 1623c61 commit 334a0b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/cmdhfsaflok.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ static int CmdHFSaflokModify(const char *Cmd) {
605605
arg_str0(NULL, "expire", "<YYYY-MM-DDTHH:mm>", "Expire Date Offset"),
606606
arg_str0(NULL, "created", "<YYYY-MM-DDTHH:mm>", "Card Creation Date"),
607607
arg_u64_0(NULL, "prop_id", "<decimal>", "Property ID"),
608-
arg_str1("d", NULL, "data", "Unencrypted 17 byte card data"),
608+
arg_str1("d", NULL, "data", "Encrypted 17 byte card data"),
609609
arg_param_end
610610
};
611611

0 commit comments

Comments
 (0)