update usage message
authorMichael Meissner <gnu@the-meissners.org>
Mon, 2 Oct 1995 18:21:46 +0000 (18:21 +0000)
committerMichael Meissner <gnu@the-meissners.org>
Mon, 2 Oct 1995 18:21:46 +0000 (18:21 +0000)
sim/ppc/ChangeLog
sim/ppc/main.c

index 95cb89efbe11ba6f1e4f85cd36892fff1de63b5a..625b699a1e33b8570e5d28c2828eb7db5cd18a0f 100644 (file)
@@ -23,6 +23,7 @@ Mon Oct  2 11:46:37 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
 
        * main.c (main): Add comment saying to update sim_calls.c when
        adding switches.  Add -I to call psim_print_info when done.
+       (usage): Update usage message.
 
 Sun Oct  1 13:52:59 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
 
index 5ce3a0de226c2f03e0be8bb3e496c805e4f52ead..90ccfa8fd33108035793d4136a4717267a7c078f 100644 (file)
@@ -68,7 +68,7 @@ zfree(void *chunk)
 static void
 usage(void)
 {
-  error ("Usage: psim [ -a -p -c -C -s -i -t ] <image> [ <image-args> ... ]\n");
+  error ("Usage: psim [ -a -p -c -C -s -i -I -t ] <image> [ <image-args> ... ]\n");
 }
 
 int
This page took 0.039116 seconds and 4 git commands to generate.