Fix selfcheck regression due to new maint command
authorTom Tromey <tromey@adacore.com>
Tue, 7 Mar 2023 18:25:58 +0000 (11:25 -0700)
committerTom Tromey <tromey@adacore.com>
Tue, 7 Mar 2023 18:30:20 +0000 (11:30 -0700)
Simon points out that the new maint command, intended to fix a
regression, also introduces a new regression in "maint selftest".

This patch fixes the error.  I did a full regression test on x86-64
Fedora 36.

gdb/dwarf2/cooked-index.c

index d09faed268df50d328a4c5b56fbca08fcafd87b0..3a9076909068d0661d0f6fab0f9999f35913c81c 100644 (file)
@@ -659,8 +659,8 @@ _initialize_cooked_index ()
 
   add_cmd ("wait-for-index-cache", class_maintenance,
           maintenance_wait_for_index_cache, _("\
-Usage: maintenance wait-for-index-cache\n\
-Wait until all pending writes to the index cache have completed."),
+Wait until all pending writes to the index cache have completed.\n\
+Usage: maintenance wait-for-index-cache"),
           &maintenancelist);
 
   gdb::observers::gdb_exiting.attach (wait_for_index_cache, "cooked-index");