summaryrefslogtreecommitdiffstats
path: root/bin/env-update
diff options
context:
space:
mode:
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)