Remove the --[no]async command line switch from --help
authorBob Rossi <bob@brasko.net>
Thu, 10 Mar 2005 20:49:08 +0000 (20:49 +0000)
committerBob Rossi <bob@brasko.net>
Thu, 10 Mar 2005 20:49:08 +0000 (20:49 +0000)
gdb/ChangeLog
gdb/main.c

index b9f8641cb484ca175ea017928ed293e108faabc5..3f4196e23014bc8290c9cb7d07a6a5e835f47cf0 100644 (file)
@@ -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.
index 0595195c1d7b06815c29484056db8851b63f36ab..a58f4919d10b303d2db49f845b322db6d48863e8 100644 (file)
@@ -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\
This page took 0.027048 seconds and 4 git commands to generate.