make calls to help_list use enumerator
[deliverable/binutils-gdb.git] / gdb / ravenscar-thread.c
index 01b5d811dda9038580b17f8407dbf1ce68641cfd..060d5ce4cc7fd985e78fd5dc01d6670d9ca70e46 100644 (file)
@@ -394,7 +394,7 @@ set_ravenscar_command (char *arg, int from_tty)
 {
   printf_unfiltered (_(\
 "\"set ravenscar\" must be followed by the name of a setting.\n"));
-  help_list (set_ravenscar_list, "set ravenscar ", -1, gdb_stdout);
+  help_list (set_ravenscar_list, "set ravenscar ", all_commands, gdb_stdout);
 }
 
 /* Implement the "show ravenscar" prefix command.  */
This page took 0.024673 seconds and 4 git commands to generate.