[gdb/cli] Fix typo in logging overwrite help text
Currently we have: ... $ gdb -q -batch -ex "help set logging overwrite" Set whether logging overwrites or appends to the log file. If set, logging overrides the log file. ... Fix overrides -> overwrites typo.
This commit is contained in:
parent
2b1538656b
commit
0a4a1c6a3b
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ _initialize_cli_logging ()
|
|||
add_setshow_boolean_cmd ("overwrite", class_support, &logging_overwrite, _("\
|
||||
Set whether logging overwrites or appends to the log file."), _("\
|
||||
Show whether logging overwrites or appends to the log file."), _("\
|
||||
If set, logging overrides the log file."),
|
||||
If set, logging overwrites the log file."),
|
||||
set_logging_overwrite,
|
||||
show_logging_overwrite,
|
||||
&set_logging_cmdlist, &show_logging_cmdlist);
|
||||
|
|
Loading…
Add table
Reference in a new issue