summaryrefslogtreecommitdiffstats
path: root/bin/env-update
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-03-09 00:21:54 +0000
committerMike Frysinger <vapier@gentoo.org>2006-03-09 00:21:54 +0000
commit585faccec20b20d58c4cccfeac5a4f869ed6727b (patch)
treeecb90f56a335c584150b142626ad50ac30d99c39 /bin/env-update
parent4a648352c1add1978c2fcaa632c75db2c923d2be (diff)
downloadportage-585faccec20b20d58c4cccfeac5a4f869ed6727b.tar.gz
portage-585faccec20b20d58c4cccfeac5a4f869ed6727b.tar.bz2
portage-585faccec20b20d58c4cccfeac5a4f869ed6727b.zip
document new --no-ldconfig option
svn path=/main/trunk/; revision=2828
Diffstat (limited to 'bin/env-update')
-rwxr-xr-xbin/env-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/env-update b/bin/env-update
index d2874ae4d..0ee2fc3ad 100755
--- a/bin/env-update
+++ b/bin/env-update
@@ -8,7 +8,7 @@ os.environ["PORTAGE_CALLER"] = "env-update"
sys.path = ["/usr/lib/portage/pym"]+sys.path
def usage(status):
- print "Usage: env-update"
+ print "Usage: env-update [--no-ldconfig]"
print ""
print "See the env-update(1) man page for more info"
sys.exit(status)