From 08c22a0a5e7cb2c199638c5a6e1845f1dec96e7d Mon Sep 17 00:00:00 2001 From: stuiterveer Date: Fri, 1 Nov 2024 10:38:51 +0100 Subject: [PATCH] Show correct example for `lf data num --hex` --- client/src/cmddata.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmddata.c b/client/src/cmddata.c index 407f003f8..4b7ddb0d2 100644 --- a/client/src/cmddata.c +++ b/client/src/cmddata.c @@ -3069,7 +3069,7 @@ static int CmdNumCon(const char *Cmd) { "Function takes a decimal or hexdecimal number and print it in decimal/hex/binary\n" "Will print message if number is a prime number\n", "data num --dec 2023\n" - "data num --hex 0x1000\n" + "data num --hex 2A\n" ); void *argtable[] = {