diff options
author | Nick Clifton <nickc@redhat.com> | 2002-11-23 08:01:51 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-11-23 08:01:51 +0000 |
commit | 92acdfaf32b4fa5d59dc65a53b8529a46e6e1daf (patch) | |
tree | 3d30f0a8a23d52cf67be4e5c10ee1ac953093b51 /binutils/size.c | |
parent | 91a175b3f17622daff7c96610bea362075972421 (diff) | |
download | gdb-92acdfaf32b4fa5d59dc65a53b8529a46e6e1daf.zip gdb-92acdfaf32b4fa5d59dc65a53b8529a46e6e1daf.tar.gz gdb-92acdfaf32b4fa5d59dc65a53b8529a46e6e1daf.tar.bz2 |
Fix typo describing switch for hex format.
Diffstat (limited to 'binutils/size.c')
-rw-r--r-- | binutils/size.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/size.c b/binutils/size.c index 792cb82..8804a43 100644 --- a/binutils/size.c +++ b/binutils/size.c @@ -87,7 +87,7 @@ usage (stream, status) fprintf (stream, _(" If no input file(s) are specified, a.out is assumed\n")); fprintf (stream, _(" The options are:\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\ --target=<bfdname> Set the binary file format\n\ -h --help Display this information\n\ |