mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-17 21:03:55 +08:00
2002-03-27 Michael Snyder <msnyder@redhat.com>
* breakpoint.c (_initialize_breakpoint): Clean up help string. * infcmd.c (_initialize_infcmd): Ditto. * language.c (_initialize_language): Ditto. * symfile.c (_initialize_symfile): Ditto. * top.c (_init_main): Ditto. * cli/cli-cmds.c (init_cli_cmds): Ditto.
This commit is contained in:
@ -1559,13 +1559,13 @@ _initialize_language (void)
|
||||
set_cmd_cfunc (show, show_language_command);
|
||||
|
||||
add_prefix_cmd ("check", no_class, set_check,
|
||||
"Set the status of the type/range checker",
|
||||
"Set the status of the type/range checker.",
|
||||
&setchecklist, "set check ", 0, &setlist);
|
||||
add_alias_cmd ("c", "check", no_class, 1, &setlist);
|
||||
add_alias_cmd ("ch", "check", no_class, 1, &setlist);
|
||||
|
||||
add_prefix_cmd ("check", no_class, show_check,
|
||||
"Show the status of the type/range checker",
|
||||
"Show the status of the type/range checker.",
|
||||
&showchecklist, "show check ", 0, &showlist);
|
||||
add_alias_cmd ("c", "check", no_class, 1, &showlist);
|
||||
add_alias_cmd ("ch", "check", no_class, 1, &showlist);
|
||||
|
Reference in New Issue
Block a user