diff options
Diffstat (limited to 'gdb/infcmd.c')
-rw-r--r-- | gdb/infcmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infcmd.c b/gdb/infcmd.c index df4fd40..c4bb401 100644 --- a/gdb/infcmd.c +++ b/gdb/infcmd.c @@ -2769,7 +2769,7 @@ unset_command (char *args, int from_tty) { printf_filtered (_("\"unset\" must be followed by the " "name of an unset subcommand.\n")); - help_list (unsetlist, "unset ", -1, gdb_stdout); + help_list (unsetlist, "unset ", all_commands, gdb_stdout); } /* Implement `info proc' family of commands. */ |