aboutsummaryrefslogtreecommitdiff
path: root/sim/erc32/help.c
diff options
context:
space:
mode:
authorJiri Gaisler <jiri@gaisler.se>2015-03-17 22:02:38 +0100
committerMike Frysinger <vapier@gentoo.org>2015-03-17 18:51:44 -0400
commit638fcdad6a0de44f6c91b503280207fc1f34ff9e (patch)
tree151b330acdc3da974cb11d3c012dd2778784a7c8 /sim/erc32/help.c
parent029f3522619e8b77a7b848be23f4c13e50087d8b (diff)
downloadgdb-638fcdad6a0de44f6c91b503280207fc1f34ff9e.zip
gdb-638fcdad6a0de44f6c91b503280207fc1f34ff9e.tar.gz
gdb-638fcdad6a0de44f6c91b503280207fc1f34ff9e.tar.bz2
sim/erc32: Added -v command line switch for verbose output
Diffstat (limited to 'sim/erc32/help.c')
-rw-r--r--sim/erc32/help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/erc32/help.c b/sim/erc32/help.c
index 21c2a77..9813bda 100644
--- a/sim/erc32/help.c
+++ b/sim/erc32/help.c
@@ -7,8 +7,8 @@ usage()
{
printf("usage: sis [-uart1 uart_device1] [-uart2 uart_device2]\n");
+ printf("[-sparclite] [-dumbio] [-v] \n");
printf("[-nfp] [-freq frequency] [-c batch_file] [files]\n");
- printf("[-sparclite] [-dumbio]\n");
}
void