diff options
author | Nick Clifton <nickc@redhat.com> | 2022-09-28 15:29:18 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2022-09-28 15:29:18 +0100 |
commit | be5f79aa3952accc5133875f523875c0fa397761 (patch) | |
tree | b283f23c8f3469aaf892e1c8254569cfae29d5fd /binutils/size.c | |
parent | 9cfd4ed49d84fb0fc8c4c152297a95958514b6cb (diff) | |
download | gdb-be5f79aa3952accc5133875f523875c0fa397761.zip gdb-be5f79aa3952accc5133875f523875c0fa397761.tar.gz gdb-be5f79aa3952accc5133875f523875c0fa397761.tar.bz2 |
The help document of size misses an option.
PR 29628
* size.c (usage): Add -f.
* doc/binutils.texi (size): Add -f.
Diffstat (limited to 'binutils/size.c')
-rw-r--r-- | binutils/size.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/binutils/size.c b/binutils/size.c index 9bdafcb..8e9adcd 100644 --- a/binutils/size.c +++ b/binutils/size.c @@ -92,11 +92,12 @@ usage (FILE *stream, int status) -A|-B|-G --format={sysv|berkeley|gnu} 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\ + -f Ignored.\n\ --common Display total size for *COM* syms\n\ --target=<bfdname> Set the binary file format\n\ @<file> Read options from <file>\n\ - -h --help Display this information\n\ - -v --version Display the program's version\n\ + -h|-H|-? --help Display this information\n\ + -v|-V --version Display the program's version\n\ \n"), #if BSD_DEFAULT "berkeley" |