aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.c
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1995-01-11 07:46:44 +0000
committerJeff Law <law@redhat.com>1995-01-11 07:46:44 +0000
commit59528079caf7ed15e688e2fc082d3b9072f6e1dc (patch)
tree039638fe80d2c371b699c9af977b3ce054606bd4 /gdb/top.c
parentb0c29749808a4e7232e4e8258df8e3aa03208e2f (diff)
downloadfsf-binutils-gdb-59528079caf7ed15e688e2fc082d3b9072f6e1dc.zip
fsf-binutils-gdb-59528079caf7ed15e688e2fc082d3b9072f6e1dc.tar.gz
fsf-binutils-gdb-59528079caf7ed15e688e2fc082d3b9072f6e1dc.tar.bz2
* command.c (show_user_1): Use print_command_line to show a user
defined command (including control structures). * top.c (init_main): Change documentation for user defined commands to indicate they may accept up to ten arguments.
Diffstat (limited to 'gdb/top.c')
-rw-r--r--gdb/top.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/top.c b/gdb/top.c
index 0c8bae3..acc2066 100644
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -3394,7 +3394,7 @@ End with a line of just \"end\".");
Definition appears on following lines, one command per line.\n\
End with a line of just \"end\".\n\
Use the \"document\" command to give documentation for the new command.\n\
-Commands defined in this way do not take arguments.");
+Commands defined in this way may have up to ten arguments.");
#ifdef __STDC__
c = add_cmd ("source", class_support, source_command,