mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 02:24:17 +08:00
update usage message
This commit is contained in:
@ -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
|
* main.c (main): Add comment saying to update sim_calls.c when
|
||||||
adding switches. Add -I to call psim_print_info when done.
|
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>
|
Sun Oct 1 13:52:59 1995 Michael Meissner <meissner@tiktok.cygnus.com>
|
||||||
|
|
||||||
|
@ -68,7 +68,7 @@ zfree(void *chunk)
|
|||||||
static void
|
static void
|
||||||
usage(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
|
int
|
||||||
|
Reference in New Issue
Block a user