Skip to content

Commit 5ac6b7c

Browse files
committed
verbosity in test help
1 parent 6d4c00c commit 5ac6b7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arch/mips/mips/test.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ int disassemble(uint32_t insword, uint64_t address, MipsVersion version, char *r
4444
void usage(char** av)
4545
{
4646
printf("usage:\n");
47-
printf("\t%s [instruction_words]\n", av[0]);
47+
printf("\t%s [-k] [-l] [-m] [-n] [-o] [instruction_words]+\n", av[0]);
48+
printf("\t\tdisassemble MIPS64, MIPS1, MIPS2, MIPS3, MIPS4 respectively for k, l, m, n, o\n");
4849
printf("\t%s test\n", av[0]);
4950
printf("example:\n");
5051
printf("\t%s 3c028081 68435a50 24445a50 6c830007\n", av[0]);

0 commit comments

Comments
 (0)