make calls to help_list use enumerator
[deliverable/binutils-gdb.git] / gdb / dcache.c
index 9780f4dd81b73092ff4196749da42d0ed6c4f98f..6bf0e9140a48aa35fa5eb99d14c1dcf1f607a2ab 100644 (file)
@@ -681,7 +681,7 @@ set_dcache_command (char *arg, int from_tty)
 {
   printf_unfiltered (
      "\"set dcache\" must be followed by the name of a subcommand.\n");
-  help_list (dcache_set_list, "set dcache ", -1, gdb_stdout);
+  help_list (dcache_set_list, "set dcache ", all_commands, gdb_stdout);
 }
 
 static void
This page took 0.023575 seconds and 4 git commands to generate.