summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Stubbs <jstubbs@gentoo.org>2005-11-13 00:20:06 +0000
committerJason Stubbs <jstubbs@gentoo.org>2005-11-13 00:20:06 +0000
commit51714227d756993636cb75d65902ac894ca91e73 (patch)
tree763ceb7ec349dfd51c044124201b34a4797f4a24 /bin/emaint
parentDocumented `emerge --config` (#109496) (diff)
downloadportage-multirepo-51714227d756993636cb75d65902ac894ca91e73.tar.gz
portage-multirepo-51714227d756993636cb75d65902ac894ca91e73.tar.bz2
portage-multirepo-51714227d756993636cb75d65902ac894ca91e73.zip
Added a description of emaint to `emaint --help`
svn path=/main/trunk/; revision=2298
Diffstat (limited to 'bin/emaint')
-rwxr-xr-xbin/emaint6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/emaint b/bin/emaint
index b48d417c..b5508652 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"})