mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-12-19 01:19:41 +08:00
Wrap help strings at 80 columns
This patch ensures that all ordinary help strings are wrapped at 80 columns. For the most part this consists of changing code like this (note the embedded \n and the trailing backslash without a newline): -Manage the space-separated list of debuginfod server URLs that GDB will query \ -when missing debuginfo, executables or source files.\nThe default value is \ -copied from the DEBUGINFOD_URLS environment variable."), ... to end each line with \n\, like: +Manage the space-separated list of debuginfod server URLs that GDB will\n\ +query when missing debuginfo, executables or source files.\n\ +The default value is copied from the DEBUGINFOD_URLS environment variable."), Approved-By: Eli Zaretskii <eliz@gnu.org>
This commit is contained in:
@@ -197,10 +197,10 @@ info_print_args_help (const char *prefix,
|
||||
bool document_n_flag)
|
||||
{
|
||||
return xstrprintf (_("\
|
||||
%sIf NAMEREGEXP is provided, only prints the %s whose name\n\
|
||||
matches NAMEREGEXP.\n\
|
||||
If -t TYPEREGEXP is provided, only prints the %s whose type\n\
|
||||
matches TYPEREGEXP. Note that the matching is done with the type\n\
|
||||
%sIf NAMEREGEXP is provided, only prints the %s\n\
|
||||
whose name matches NAMEREGEXP.\n\
|
||||
If -t TYPEREGEXP is provided, only prints the %s\n\
|
||||
whose type matches TYPEREGEXP. Note that the matching is done with the type\n\
|
||||
printed by the 'whatis' command.\n\
|
||||
By default, the command might produce headers and/or messages indicating\n\
|
||||
why no %s can be printed.\n\
|
||||
|
||||
Reference in New Issue
Block a user