diff options
author | Bob Rossi <bob@brasko.net> | 2005-03-10 20:49:08 +0000 |
---|---|---|
committer | Bob Rossi <bob@brasko.net> | 2005-03-10 20:49:08 +0000 |
commit | 5b93de64c03afbae53a69de91e9c4b34a61a1315 (patch) | |
tree | 08806c3a30cb626ca966b337727de5c22ba60fdd /gdb | |
parent | 5296228183804ee691477bc4273cbbc7107aff49 (diff) | |
download | fsf-binutils-gdb-5b93de64c03afbae53a69de91e9c4b34a61a1315.zip fsf-binutils-gdb-5b93de64c03afbae53a69de91e9c4b34a61a1315.tar.gz fsf-binutils-gdb-5b93de64c03afbae53a69de91e9c4b34a61a1315.tar.bz2 |
Remove the --[no]async command line switch from --help
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/main.c | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b9f8641..3f4196e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2005-03-10 Bob Rossi <bob@brasko.net> + + * main.c(print_gdb_help): remove the --[no]sync help message + 2005-03-10 Mark Kettenis <kettenis@gnu.org> * proc-api.c: Update copyright year. @@ -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\ |