This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Fix typo in usage output for size


Hi Guys,

  I am applying the patch below to fix a small typo in the usage
  output for the size program.  The -h switch brings up the usage
  information, whereas the -x switch selects hexadecimal sizes.

Cheers
        Nick

2002-11-23  Nick Clifton  <nickc@redhat.com>

	* size.c (usage): Fix typo describing switch for hex format.

Index: binutils/size.c
===================================================================
RCS file: /cvs/src/src/binutils/size.c,v
retrieving revision 1.14
diff -c -3 -p -w -r1.14 size.c
*** binutils/size.c	24 May 2002 00:33:35 -0000	1.14
--- binutils/size.c	23 Nov 2002 07:59:54 -0000
*************** usage (stream, status)
*** 87,93 ****
    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\
    -t        --totals                  Display the total sizes (Berkeley only)\n\
              --target=<bfdname>        Set the binary file format\n\
    -h        --help                    Display this information\n\
--- 87,93 ----
    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|-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\


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]