make calls to help_list use enumerator
[deliverable/binutils-gdb.git] / gdb / breakpoint.c
index 23c88957ad2810c44caca3700f4485d3e9009f77..8f702e2f22b9d8a05e06d92c60044ab1cbba5d6e 100644 (file)
@@ -16093,7 +16093,7 @@ save_command (char *arg, int from_tty)
 {
   printf_unfiltered (_("\"save\" must be followed by "
                       "the name of a save subcommand.\n"));
-  help_list (save_cmdlist, "save ", -1, gdb_stdout);
+  help_list (save_cmdlist, "save ", all_commands, gdb_stdout);
 }
 
 struct breakpoint *
This page took 0.025477 seconds and 4 git commands to generate.