aboutsummaryrefslogtreecommitdiff
path: root/gdb/copying.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/copying.c')
-rw-r--r--gdb/copying.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/copying.c b/gdb/copying.c
index 6be9b8f..d608a63 100644
--- a/gdb/copying.c
+++ b/gdb/copying.c
@@ -649,10 +649,10 @@ show_warranty_command (char *ignore, int from_tty)
void
_initialize_copying (void)
{
- add_cmd ("copying", no_class, show_copying_command,
+ add_cmd ("copying", no_set_class, show_copying_command,
_("Conditions for redistributing copies of GDB."),
&showlist);
- add_cmd ("warranty", no_class, show_warranty_command,
+ add_cmd ("warranty", no_set_class, show_warranty_command,
_("Various kinds of warranty you do not have."),
&showlist);