aboutsummaryrefslogtreecommitdiff
path: root/ld/lexsup.c
diff options
context:
space:
mode:
Diffstat (limited to 'ld/lexsup.c')
-rw-r--r--ld/lexsup.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ld/lexsup.c b/ld/lexsup.c
index c128fe3..a626d7f 100644
--- a/ld/lexsup.c
+++ b/ld/lexsup.c
@@ -333,7 +333,8 @@ static const struct ld_option ld_options[] =
{ {"disable-multiple-abs-defs", no_argument, NULL,
OPTION_DISABLE_MULTIPLE_DEFS_ABS},
'\0', NULL, N_("Do not allow multiple definitions with symbols included\n"
- " in filename invoked by -R or --just-symbols"),
+ " in filename invoked by -R "
+ "or --just-symbols"),
TWO_DASHES},
{ {"embedded-relocs", no_argument, NULL, OPTION_EMBEDDED_RELOCS},
'\0', NULL, N_("Generate embedded relocs"), TWO_DASHES},