From 65e513dc95dcad1320c6bee4be1a10ed46f7d2cb Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Fri, 14 Jun 2024 13:27:31 -0700 Subject: ld: Align --no-error-execstack help output * lexsup.c (elf_static_list_options): Align --no-error-execstack help output. Signed-off-by: H.J. Lu --- ld/lexsup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ld/lexsup.c b/ld/lexsup.c index 5ceefb4..96fb731 100644 --- a/ld/lexsup.c +++ b/ld/lexsup.c @@ -2320,7 +2320,7 @@ elf_static_list_options (FILE *file) fprintf (file, _("\ --error-execstack Turn warnings about executable stacks into errors\n")); fprintf (file, _("\ - --no-error-execstack Do not turn warnings about executable stacks into errors\n")); + --no-error-execstack Do not turn warnings about executable stacks into errors\n")); #if DEFAULT_LD_WARN_RWX_SEGMENTS fprintf (file, _("\ -- cgit v1.1