summaryrefslogtreecommitdiff
path: root/sim/common/run.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/common/run.c')
-rw-r--r--sim/common/run.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/common/run.c b/sim/common/run.c
index ca3194b5277..4131dd79bbb 100644
--- a/sim/common/run.c
+++ b/sim/common/run.c
@@ -326,8 +326,8 @@ usage ()
fprintf (stderr, "-c size Set simulator cache size to `size'.\n");
#endif
#ifdef SIM_H8300
- fprintf (stderr, "-h Executable is for h8/300h.\n");
- fprintf (stderr, "-S Executable is for h8/300s.\n");
+ fprintf (stderr, "-h Executable is for H8/300H.\n");
+ fprintf (stderr, "-S Executable is for H8S.\n");
#endif
fprintf (stderr, "-m size Set memory size of simulator, in bytes.\n");
#ifdef SIM_HAVE_ENVIRONMENT