Fix typo describing switch for hex format.
This commit is contained in:
parent
91a175b3f1
commit
92acdfaf32
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2002-11-23 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
* size.c (usage): Fix typo describing switch for hex format.
|
||||||
|
|
||||||
2002-11-18 Svein E. Seldal <Svein.Seldal@solidas.com>
|
2002-11-18 Svein E. Seldal <Svein.Seldal@solidas.com>
|
||||||
|
|
||||||
* testsuite/binutils-all/objcopy.exp: Disable tic4x from test
|
* testsuite/binutils-all/objcopy.exp: Disable tic4x from test
|
||||||
|
|
|
@ -87,7 +87,7 @@ usage (stream, status)
|
||||||
fprintf (stream, _(" If no input file(s) are specified, a.out is assumed\n"));
|
fprintf (stream, _(" If no input file(s) are specified, a.out is assumed\n"));
|
||||||
fprintf (stream, _(" The options are:\n\
|
fprintf (stream, _(" The options are:\n\
|
||||||
-A|-B --format={sysv|berkeley} Select output style (default is %s)\n\
|
-A|-B --format={sysv|berkeley} Select output style (default is %s)\n\
|
||||||
-o|-d|-h --radix={8|10|16} Display numbers in octal, decimal or hex\n\
|
-o|-d|-x --radix={8|10|16} Display numbers in octal, decimal or hex\n\
|
||||||
-t --totals Display the total sizes (Berkeley only)\n\
|
-t --totals Display the total sizes (Berkeley only)\n\
|
||||||
--target=<bfdname> Set the binary file format\n\
|
--target=<bfdname> Set the binary file format\n\
|
||||||
-h --help Display this information\n\
|
-h --help Display this information\n\
|
||||||
|
|
Loading…
Add table
Reference in a new issue