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
commit 292b671d1c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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[] = {