diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2012-06-27 09:34:10 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2012-06-27 09:34:10 +0000 |
commit | 098423a085be37cf16ebd3f7df3f10f1a7b68366 (patch) | |
tree | 66db94db0670e04b45f5665a8438267d8767060c /usr.bin/libtool | |
parent | 9e1aedd648eb47b5ffa63612ad5e21b4de30b1e0 (diff) |
- add a description of --tag
ok espie@
Diffstat (limited to 'usr.bin/libtool')
-rwxr-xr-x | usr.bin/libtool/libtool | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/libtool/libtool b/usr.bin/libtool/libtool index 1a271b7af52..ee32dd38f5b 100755 --- a/usr.bin/libtool/libtool +++ b/usr.bin/libtool/libtool @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $OpenBSD: libtool,v 1.4 2012/06/24 20:56:57 espie Exp $ +# $OpenBSD: libtool,v 1.5 2012/06/27 09:34:09 jasper Exp $ # Copyright (c) 2007-2010 Steven Mestdagh <steven@openbsd.org> # @@ -180,7 +180,7 @@ Usage: $0 [options] --mode=MODE - use operation mode MODE --quiet - do not print informational messages --silent - same as `--quiet' ---tag - +--tag=TAG - specify a configuration variable TAG --version - print version of libtool EOF ; |