mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-12-12 15:56:43 +00:00
cstool: print extra options in alphabet order
This commit is contained in:
parent
1a6bc46c52
commit
8b011c9b63
@ -224,8 +224,8 @@ static void usage(char *prog)
|
||||
|
||||
printf("\nExtra options:\n");
|
||||
printf(" -d show detailed information of the instructions\n");
|
||||
printf(" -u show immediates as unsigned\n");
|
||||
printf(" -s decode in SKIPDATA mode\n");
|
||||
printf(" -u show immediates as unsigned\n");
|
||||
printf(" -v show version & Capstone core build info\n\n");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user