From: Bob Rossi Date: Thu, 10 Mar 2005 20:49:08 +0000 (+0000) Subject: Remove the --[no]async command line switch from --help X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5b93de64c03afbae53a69de91e9c4b34a61a1315;p=binutils-gdb.git Remove the --[no]async command line switch from --help --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b9f8641cb48..3f4196e2301 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2005-03-10 Bob Rossi + + * main.c(print_gdb_help): remove the --[no]sync help message + 2005-03-10 Mark Kettenis * proc-api.c: Update copyright year. diff --git a/gdb/main.c b/gdb/main.c index 0595195c1d7..a58f4919d10 100644 --- a/gdb/main.c +++ b/gdb/main.c @@ -828,9 +828,6 @@ Options:\n\n\ "), stream); fputs_unfiltered (_("\ --args Arguments after executable-file are passed to inferior\n\ -"), stream); - fputs_unfiltered (_("\ - --[no]async Enable (disable) asynchronous version of CLI\n\ "), stream); fputs_unfiltered (_("\ -b BAUDRATE Set serial port baud rate used for remote debugging.\n\