Update core-related help strings

This updates some help strings in corefile.c and gcore.c.

2018-04-27  Tom Tromey  <tom@tromey.com>

	* corefile.c (_initialize_core): Update help string.
	* gcore.c (_initialize_gcore): Update help string.
This commit is contained in:
Tom Tromey
2018-04-30 08:37:22 -06:00
parent 784e4b3e80
commit 0cab2f1e91
2 changed files with 3 additions and 1 deletions

View File

@@ -485,6 +485,7 @@ _initialize_core (void)
c = add_cmd ("core-file", class_files, core_file_command, _("\
Use FILE as core dump for examining memory and registers.\n\
Usage: core-file FILE\n\
No arg means have no core file. This command has been superseded by the\n\
`target core' and `detach' commands."), &cmdlist);
set_cmd_completer (c, filename_completer);