From e29bbcf6c374582816cca1406c897e68dd135d9b Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 29 Jan 2021 20:35:36 +0100 Subject: [PATCH] text --- client/src/cmdwiegand.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/src/cmdwiegand.c b/client/src/cmdwiegand.c index e3b0418ac..3fcce3214 100644 --- a/client/src/cmdwiegand.c +++ b/client/src/cmdwiegand.c @@ -49,7 +49,8 @@ int CmdWiegandEncode(const char *Cmd) { CLIParserContext *ctx; CLIParserInit(&ctx, "wiegand encode", "Encode wiegand formatted number to raw hex", - "wiegand encode -w H10301 --fc 101 --cn 1337" + "wiegand encode --fc 101 --cn 1337 -> show all formats\n" + "wiegand encode -w H10301 --fc 101 --cn 1337 -> H10301 format " ); void *argtable[] = {