OSDN Git Service

* run.c (usage): Fix a typo.
authorkazu <kazu>
Fri, 21 Dec 2001 00:47:18 +0000 (00:47 +0000)
committerkazu <kazu>
Fri, 21 Dec 2001 00:47:18 +0000 (00:47 +0000)
sim/common/ChangeLog
sim/common/run.c

index 0b94177..7dd6fb0 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-20  Kazu Hirata  <kazu@hxi.com>
+
+       * run.c (usage): Fix a typo.
+
 2001-07-05  Ben Elliston  <bje@redhat.com>
 
        * Make-common.in (srccgen): Remove.
index 66f76f5..c34d5e6 100644 (file)
@@ -318,7 +318,7 @@ usage ()
   fprintf (stderr, "-c size         Set simulator cache size to `size'.\n");
 #endif
 #ifdef SIM_H8300
-  fprintf (stderr, "-h              Executable is for h8/300h or h8/300s.\n");
+  fprintf (stderr, "-h              Executable is for H8/300H or H8/S.\n");
 #endif
   fprintf (stderr, "-m size         Set memory size of simulator, in bytes.\n");
 #ifdef SIM_HAVE_ENVIRONMENT