Skip to content

Commit

Permalink
Merge branch 'master' into test
Browse files Browse the repository at this point in the history
  • Loading branch information
aquynh committed Oct 22, 2016
2 parents ffbb083 + 1601b15 commit 20f5e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cstool/cstool.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ static uint8_t *preprocess(char *code, size_t *size)
static void usage(char *prog)
{
printf("Cstool v%s for Capstone Disassembler Engine (core v%u.%u)\n\n", VERSION, CS_API_MAJOR, CS_API_MINOR);
printf("Syntax: %s [-d:print all detail information] <arch+mode> <assembly-hexstring> [start-address-in-hex-format]\n", prog);
printf("Syntax: %s [-d] <arch+mode> <assembly-hexstring> [start-address-in-hex-format]\n", prog);
printf("\nThe following <arch+mode> options are supported:\n");

if (cs_support(CS_ARCH_X86)) {
Expand Down

0 comments on commit 20f5e40

Please sign in to comment.