[binutils-gdb] gas/doc: -v / -version / --version / --verbose

Jan Beulich jbeulich@sourceware.org
Tue Jun 24 11:52:07 GMT 2025


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=62b8f22dd86639773142cfe14c1d68562048882e

commit 62b8f22dd86639773142cfe14c1d68562048882e
Author: Jan Beulich <jbeulich@suse.com>
Date:   Tue Jun 24 13:51:56 2025 +0200

    gas/doc: -v / -version / --version / --verbose
    
    Split -v from -version/--version. They aren't the same; -v long form is
    --verbose, which so far wasn't mentioned at all.

Diff:
---
 gas/doc/as.texi | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gas/doc/as.texi b/gas/doc/as.texi
index 6644648ea87..7d6cdcb0a73 100644
--- a/gas/doc/as.texi
+++ b/gas/doc/as.texi
@@ -260,7 +260,8 @@ gcc(1), ld(1), and the Info entries for @file{binutils} and @file{ld}.
  [@b{--sectname-subst}]
  [@b{--size-check=[error|warning]}]
  [@b{--statistics}]
- [@b{-v}] [@b{-version}] [@b{--version}]
+ [@b{-v}] [@b{--verbose}]
+ [@b{-version}] [@b{--version}]
  [@b{-W}] [@b{--no-warn}] [@b{--warn}] [@b{--fatal-warnings}]
  [@b{-w}] [@b{-x}]
  [@b{-Z}] [@b{@@@var{FILE}}]
@@ -975,10 +976,11 @@ assembly.
 Remove local absolute symbols from the outgoing symbol table.
 
 @item -v
-@itemx -version
+@itemx --verbose
 Print the @command{as} version.
 
 @item --version
+@itemx -version
 Print the @command{as} version and exit.
 
 @item -W


More information about the Binutils-cvs mailing list