From ce9c710ed98c26648857920be210953384476331 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Sat, 23 Nov 2002 08:01:51 +0000 Subject: [PATCH] Fix typo describing switch for hex format. --- binutils/ChangeLog | 4 ++++ binutils/size.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 8a580870d..63a87d21b 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2002-11-23 Nick Clifton + + * size.c (usage): Fix typo describing switch for hex format. + 2002-11-18 Svein E. Seldal * testsuite/binutils-all/objcopy.exp: Disable tic4x from test diff --git a/binutils/size.c b/binutils/size.c index 792cb8239..8804a43a2 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= Set the binary file format\n\ -h --help Display this information\n\ -- 2.11.4.GIT