cstool: print extra options in alphabet order

This commit is contained in:
Nguyen Anh Quynh 2019-02-18 10:45:52 +08:00
parent 1a6bc46c52
commit 8b011c9b63

View File

@ -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");
}