summaryrefslogtreecommitdiffstats
path: root/firstaidkit
diff options
context:
space:
mode:
authorMartin Sivak <msivak@redhat.com>2008-03-06 10:57:28 +0100
committerMartin Sivak <msivak@redhat.com>2008-03-06 10:57:28 +0100
commite0f926c1ea5df5046810b648e284be9f33168fd9 (patch)
treeb1ce6a51353b74881222fb9ed638e52353ccad1c /firstaidkit
parent748a1105aa521ec264af9769d46904c63e28f215 (diff)
downloadfirstaidkit-e0f926c1ea5df5046810b648e284be9f33168fd9.tar.gz
firstaidkit-e0f926c1ea5df5046810b648e284be9f33168fd9.tar.xz
firstaidkit-e0f926c1ea5df5046810b648e284be9f33168fd9.zip
Update the help string
Diffstat (limited to 'firstaidkit')
-rwxr-xr-xfirstaidkit10
1 files changed, 6 insertions, 4 deletions
diff --git a/firstaidkit b/firstaidkit
index 95ed86e..42c4e18 100755
--- a/firstaidkit
+++ b/firstaidkit
@@ -82,9 +82,11 @@ class Output(Thread):
def usage(name):
print """Usage:
%s [params]
- %s [params] -a
- %s [params] -f plugin flow
- %s [params] -t plugin task
+ %s [params] -a - runs the automated default mode [diagnose]
+ %s [params] -a <flow> - runs the automated mode with specified flow
+ %s [params] -a fix - automated fixing sequence [using the fix flows]
+ %s [params] -f <plugin> <flow>
+ %s [params] -t <plugin> <task>
params is none or more items from:
-c <config file> - select different config file
-r <root path> - where is the root directory?
@@ -99,7 +101,7 @@ def usage(name):
--print-config - print resulting config file
--list - list all plugins
--info <plugin> - get information about plugin
-""" % (name, name, name, name)
+""" % (name, name, name, name, name, name)
if __name__=="__main__":
params, rest = getopt.getopt(sys.argv[1:], "aftc:r:vl:x:F:g:P:h",