Merge pull request #2605 from stuiterveer/numhex

Show correct example for `lf data num --hex`
This commit is contained in:
Iceman
2024-11-01 16:18:38 +01:00
committed by GitHub
+1 -1
View File
@@ -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[] = {