public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] elfedit: Align --[in|out]put-abiversion usage
@ 2021-11-19 16:15 H.J. Lu
  0 siblings, 0 replies; only message in thread
From: H.J. Lu @ 2021-11-19 16:15 UTC (permalink / raw)
  To: binutils

Align

  --input-abiversion [0-255]  Set input ABIVERSION
  --output-abiversion [0-255] Set output ABIVERSION

instead of

  --input-abiversion [0-255]
                              Set input ABIVERSION
  --output-abiversion [0-255]
                              Set output ABIVERSION

	* elfedit.c (usage): Align --[in|out]put-abiversion usage.
---
 binutils/elfedit.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/binutils/elfedit.c b/binutils/elfedit.c
index 374a648c266..99b22005768 100644
--- a/binutils/elfedit.c
+++ b/binutils/elfedit.c
@@ -957,10 +957,8 @@ usage (FILE *stream, int exit_status)
                               Set input OSABI\n\
   --output-osabi [%s]\n\
                               Set output OSABI\n\
-  --input-abiversion [0-255]\n\
-                              Set input ABIVERSION\n\
-  --output-abiversion [0-255]\n\
-                              Set output ABIVERSION\n"),
+  --input-abiversion [0-255]  Set input ABIVERSION\n\
+  --output-abiversion [0-255] Set output ABIVERSION\n"),
 	   osabi, osabi);
 #ifdef HAVE_MMAP
   fprintf (stream, _("\
-- 
2.33.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-11-19 16:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-19 16:15 [PATCH] elfedit: Align --[in|out]put-abiversion usage H.J. Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).