diff options
Diffstat (limited to 'gdb/guile/guile.c')
-rw-r--r-- | gdb/guile/guile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/guile/guile.c b/gdb/guile/guile.c index 167e717..05dba69 100644 --- a/gdb/guile/guile.c +++ b/gdb/guile/guile.c @@ -462,7 +462,7 @@ info_guile_command (char *args, int from_tty) { printf_unfiltered (_("\"info guile\" must be followed" " by the name of an info command.\n")); - help_list (info_guile_list, "info guile ", -1, gdb_stdout); + help_list (info_guile_list, "info guile ", all_commands, gdb_stdout); } /* Initialization. */ |