summaryrefslogtreecommitdiff
path: root/binutils/ar.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2008-02-27 10:56:20 +0000
committerNick Clifton <nickc@redhat.com>2008-02-27 10:56:20 +0000
commit5031d692da6948cc94ad09577e2f62e3ab28bc97 (patch)
treefaaa2842ccc8701ba434820ae515ff09ae381867 /binutils/ar.c
parent9e7a84b03ce8b3aff1446b240d43ea74d396c9d6 (diff)
downloadbinutils-redhat-5031d692da6948cc94ad09577e2f62e3ab28bc97.tar.gz
* ar.c (usage): Mention -t command line switch.
* doc/binutils.texi (ranlib): Document -t command line switch.
Diffstat (limited to 'binutils/ar.c')
-rw-r--r--binutils/ar.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/binutils/ar.c b/binutils/ar.c
index 14358b4596..10e88890f9 100644
--- a/binutils/ar.c
+++ b/binutils/ar.c
@@ -1,6 +1,6 @@
/* ar.c - Archive modify and extract.
Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
- 2001, 2002, 2003, 2004, 2005, 2006, 2007
+ 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
Free Software Foundation, Inc.
This file is part of GNU Binutils.
@@ -255,8 +255,9 @@ usage (int help)
fprintf (s, _(" Generate an index to speed access to archives\n"));
fprintf (s, _(" The options are:\n\
@<file> Read options from <file>\n\
+ -t Update the archive's symbol map timestamp\n\
-h --help Print this help message\n\
- -V --version Print version information\n"));
+ -v --version Print version information\n"));
}
list_supported_targets (program_name, s);