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:
Michael Snyder 2002-03-28 01:35:56 +00:00
parent 6be8bc0c92
commit d4654627e1
7 changed files with 17 additions and 8 deletions

View file

@ -802,7 +802,7 @@ from the target.", &setlist),
&showdebuglist, "show debug ", 0, &showlist);
c = add_com ("shell", class_support, shell_escape,
"Execute the rest of the line as a shell command. \n\
"Execute the rest of the line as a shell command.\n\
With no arguments, run an inferior shell.");
set_cmd_completer (c, filename_completer);