From 089930ffeb562bb44f37fc9ca8fbc291888a4f00 Mon Sep 17 00:00:00 2001 From: psy Date: Thu, 26 Sep 2013 06:31:47 -0700 Subject: [PATCH] detail on shell menu options results --- options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.py b/options.py index 5319004..354ed47 100644 --- a/options.py +++ b/options.py @@ -16,7 +16,7 @@ class BCOptions(optparse.OptionParser): self.add_option("-d", "--debug", action="store_true", dest="debug", help="debug mode") self.add_option("--xml", action="store", dest="export_xml", help="export traces to xml (ex: --xml foo.xml)") self.add_option("--bh", action="store", dest="browser_history", help="set browser's history path") - self.add_option("-b", action="store", dest="browser", help="set browser to be user: F = Firefox / C = Chrome / S = Safari / Ch = Chromium") + self.add_option("-b", action="store", dest="browser", help="set browser manually: F = Firefox / C = Chrome / S = Safari / Ch = Chromium") #self.add_option("--proxy", action="store", dest="proxy", help="set proxy server") def get_options(self, user_args=None):