From 80f3cff57a85be787a4f988510e30889e476d52e Mon Sep 17 00:00:00 2001 From: Eric Betts Date: Wed, 28 Jul 2021 12:34:45 -0700 Subject: [PATCH] command documentation --- client/src/cmdhficlass.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/src/cmdhficlass.c b/client/src/cmdhficlass.c index 54f0c6039..56b3c82a4 100644 --- a/client/src/cmdhficlass.c +++ b/client/src/cmdhficlass.c @@ -3582,7 +3582,8 @@ static int CmdHFiClassEncode(const char *Cmd) { CLIParserContext *ctx; CLIParserInit(&ctx, "hf iclass encode", - "Encode binary wiegand to block 7", + "Encode binary wiegand to block 7\n" + "Use either --bin or --wiegand/--fc/--cn", "hf iclass encode --bin 10001111100000001010100011 --ki 0 -> FC 31 CN 337\n" "hf iclass encode --fc 31 --cn 337 --ki 0 -> FC 31 CN 337\n" "hf iclass encode --bin 10001111100000001010100011 --ki 0 --elite -> FC 31 CN 337, writing w elite key"