diff options
author | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-09-13 21:40:00 +0000 |
---|---|---|
committer | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-09-13 21:40:00 +0000 |
commit | 1ca98892b6fe45d9d687f83ae2aabd86c33a31aa (patch) | |
tree | c89f9e8c288b50f5bb353b71fef781895805cb4e /gdb/remote.c | |
parent | 12f7a76a3d123aa342e37fa48fbcc9559ebcb146 (diff) | |
download | gdb-1ca98892b6fe45d9d687f83ae2aabd86c33a31aa.tar.gz |
import gdb-1999-09-13 snapshot
Diffstat (limited to 'gdb/remote.c')
-rw-r--r-- | gdb/remote.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/remote.c b/gdb/remote.c index 1275e51e322..56ce7795a66 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -5149,13 +5149,13 @@ _initialize_remote () Remote protocol specific variables\n\ Configure various remote-protocol specific variables such as\n\ the packets being used", - &remote_set_cmdlist, "remote ", + &remote_set_cmdlist, "set remote ", 0/*allow-unknown*/, &setlist); add_prefix_cmd ("remote", class_maintenance, set_remote_cmd, "\ Remote protocol specific variables\n\ Configure various remote-protocol specific variables such as\n\ the packets being used", - &remote_show_cmdlist, "remote ", + &remote_show_cmdlist, "show remote ", 0/*allow-unknown*/, &showlist); add_cmd ("compare-sections", class_obscure, compare_sections_command, |