From 7fc852be12f8facc58776a7deaf3afb52f06d693 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 4 Dec 2020 22:30:15 +0100 Subject: [PATCH] text --- client/src/cmdlfhid.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/client/src/cmdlfhid.c b/client/src/cmdlfhid.c index 674aad661..c975eb781 100644 --- a/client/src/cmdlfhid.c +++ b/client/src/cmdlfhid.c @@ -318,16 +318,15 @@ static int CmdHIDClone(const char *Cmd) { CLIParserInit(&ctx, "lf hid clone", "clone a HID Prox tag to a T55x7, Q5/T5555 or EM4305/4469 tag.\n" "Tag must be on the antenna when issuing this command.", - "lf hid clone -r 2006ec0c86 -> HID 10301 26 bit\n" - "lf hid clone -r 2e0ec00c87 -> HID Corporate 35 bit\n" - "lf hid clone -r 01f0760643c3 -> HID P10001 40 bit\n" - "lf hid clone -r 01400076000c86 -> HID Corporate 48 bit\n" - "lf hid clone -w H10301 --fc 118 --cn 1603 -> HID 10301 26 bit\n" + "lf hid clone -r 2006ec0c86 -> write raw value (HID 10301 26 bit)\n" + "lf hid clone -r 2e0ec00c87 -> write raw value (HID Corporate 35 bit)\n" + "lf hid clone -r 01f0760643c3 -> write raw value (HID P10001 40 bit)\n" + "lf hid clone -r 01400076000c86 -> write raw value (HID Corporate 48 bit)\n" + "lf hid clone -w H10301 --fc 118 --cn 1603 -> write raw value (HID 10301 26 bit)\n" "lf hid clone -w H10301 --fc 118 --cn 1603 --q5 -> HID 10301 26 bit, encode for Q5/T5555 tag\n" "lf hid clone -w H10301 --fc 118 --cn 1603 --em -> HID 10301 26 bit, encode for EM4305/4469" ); - void *argtable[] = { arg_param_begin, arg_str0("w", "wiegand", "", "see " _YELLOW_("`wiegand list`") " for available formats"),