summaryrefslogtreecommitdiff
path: root/binutils/nlmconv.c
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2005-10-03 19:37:44 +0000
committerMark Mitchell <mark@codesourcery.com>2005-10-03 19:37:44 +0000
commit07012eeef27d34424bd51d1ee54bbeb09841fe1f (patch)
treed1329567c0cb3d3c536708a969572cd42968159a /binutils/nlmconv.c
parentcac3d6c4122a17ef46e1a4f4ee383ffaadd93573 (diff)
* addr2line.c (usage): Document @file.
* ar.c (usage): Likewise. * coffdump (usage): Likewise. * cxxfilt.c (usage): Likewise. * dlltool.c (usage): Likewise. * dllwrap.c (usage): Likewise. * nlmconv.c (usage): Likewise. * nm.c (usage): Likewise. * objcopy.c (usage): Likewise. * objdump.c (usage): Likewise. * readelf.c (usage): Likewise. * size.c (usage): Likeise. * srconv.c (usage): Likewise. * strings.c (usage): Likewise. * windres.c (usage): Likewise. * doc/binutils.texi: Add section on common options.
Diffstat (limited to 'binutils/nlmconv.c')
-rw-r--r--binutils/nlmconv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/binutils/nlmconv.c b/binutils/nlmconv.c
index 55bccebcb6..551e7e59e4 100644
--- a/binutils/nlmconv.c
+++ b/binutils/nlmconv.c
@@ -1105,6 +1105,7 @@ show_usage (FILE *file, int status)
-T --header-file=<file> Read <file> for NLM header information\n\
-l --linker=<linker> Use <linker> for any linking\n\
-d --debug Display on stderr the linker command line\n\
+ @<file> Read options from <file>.\n\
-h --help Display this information\n\
-v --version Display the program's version\n\
"));