From: bobbybrasko Date: Thu, 10 Mar 2005 20:49:08 +0000 (+0000) Subject: Remove the --[no]async command line switch from --help X-Git-Tag: pre_wait_sig_exit~2640 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=4984e56468db5a7be0e589f073ea5442091befad;p=pf3gnuchains%2Fpf3gnuchains4x.git Remove the --[no]async command line switch from --help --- diff --git a/gdb/main.c b/gdb/main.c index 0595195c1d..a58f4919d1 100644 --- a/gdb/main.c +++ b/gdb/main.c @@ -830,9 +830,6 @@ Options:\n\n\ --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\ --batch Exit after processing options.\n\ --cd=DIR Change current directory to DIR.\n\