diff options
author | Nick Clifton <nickc@redhat.com> | 2014-03-12 12:00:27 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2014-03-12 12:34:21 +0000 |
commit | 8a1373cc51a55646633a9bedefbf722e5a3486ed (patch) | |
tree | 91a45db7fc4cec75f19e3eb4dd2d795a925f7a41 /binutils/doc | |
parent | 91f83b0228f795e4acb8ac6e6690c6276cbec599 (diff) | |
download | gdb-8a1373cc51a55646633a9bedefbf722e5a3486ed.zip gdb-8a1373cc51a55646633a9bedefbf722e5a3486ed.tar.gz gdb-8a1373cc51a55646633a9bedefbf722e5a3486ed.tar.bz2 |
Update the documentation for the AR command so that it shows the --plugin
option coming *after* the command option not before it.
PR binutils/16652
* doc/binutils.texi (ar cmdline): Move --plugin command line
option to after the command option.
Diffstat (limited to 'binutils/doc')
-rw-r--r-- | binutils/doc/binutils.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index 7c4322d..5c95800 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -174,7 +174,7 @@ in the section entitled ``GNU Free Documentation License''. @c man title ar create, modify, and extract from archives @smallexample -ar [@option{--plugin} @var{name}] [-]@var{p}[@var{mod} [@var{relpos}] [@var{count}]] [@option{--target} @var{bfdname}] @var{archive} [@var{member}@dots{}] +ar [-]@var{p}[@var{mod}] [@option{--plugin} @var{name}] [@option{--target} @var{bfdname}] [@var{relpos}] [@var{count}] @var{archive} [@var{member}@dots{}] ar -M [ <mri-script ] @end smallexample @@ -258,7 +258,7 @@ program. @smallexample @c man begin SYNOPSIS ar -ar [@option{--plugin} @var{name}] [@option{-X32_64}] [@option{-}]@var{p}[@var{mod} [@var{relpos}] [@var{count}]] [@option{--target} @var{bfdname}] @var{archive} [@var{member}@dots{}] +ar [@option{-X32_64}] [@option{-}]@var{p}[@var{mod}] [@option{--plugin} @var{name}] [@option{--target} @var{bfdname}] [@var{relpos}] [@var{count}] @var{archive} [@var{member}@dots{}] @c man end @end smallexample |