summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/emaint7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/emaint b/bin/emaint
index 7f991d9b0..b5508652d 100755
--- a/bin/emaint
+++ b/bin/emaint
@@ -66,6 +66,12 @@ def exclusive(option, unused1, unused2, unused3, var=None):
usage = "usage: emaint [options] " + " | ".join(module_names)
+
+usage+= "\n\nCurrently emaint can only check and fix problems with one's world\n"
+usage+= "file. Future versions will integrate other portage check-and-fix\n"
+usage+= "tools and provide a single interface to system health checks."
+
+
parser = OptionParser(usage=usage)
parser.add_option("-c", "--check", help="check for problems",
action="callback", callback=exclusive, callback_kwargs={"var":"action"})
@@ -109,3 +115,4 @@ for task in tasks:
print "\n".join(result)
print "\n"
+print "Finished"