diff options
author | Jan Beulich <jbeulich@suse.com> | 2025-06-24 13:51:56 +0200 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2025-06-24 13:51:56 +0200 |
commit | 62b8f22dd86639773142cfe14c1d68562048882e (patch) | |
tree | 7eaa7bac64ccaa527713e0796e5fae4388b88011 | |
parent | a026e16514b487cb83b562764080214f66932c0a (diff) | |
download | binutils-62b8f22dd86639773142cfe14c1d68562048882e.zip binutils-62b8f22dd86639773142cfe14c1d68562048882e.tar.gz binutils-62b8f22dd86639773142cfe14c1d68562048882e.tar.bz2 |
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.
-rw-r--r-- | gas/doc/as.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gas/doc/as.texi b/gas/doc/as.texi index 6644648..7d6cdcb 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 |