Skip to content

Commit

Permalink
Merge pull request #2605 from stuiterveer/numhex
Browse files Browse the repository at this point in the history
Show correct example for `lf data num --hex`
  • Loading branch information
iceman1001 authored Nov 1, 2024
2 parents 0b35762 + 08c22a0 commit 292b671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/cmddata.c
Original file line number Diff line number Diff line change
Expand Up @@ -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[] = {
Expand Down

0 comments on commit 292b671

Please sign in to comment.