113 Main entry point into the application. |
113 Main entry point into the application. |
114 """ |
114 """ |
115 options = [ |
115 options = [ |
116 ("--config=configDir", |
116 ("--config=configDir", |
117 "use the given directory as the one containing the config files"), |
117 "use the given directory as the one containing the config files"), |
118 ("--private", "start the browser in private browsing mode"), |
118 ("--private", "start the browser in private browsing mode"), |
119 ("--search=word", "search for the given word"), |
119 ("--search=word", "search for the given word"), |
120 ("--settings=settingsDir", |
120 ("--settings=settingsDir", |
121 "use the given directory to store the settings files"), |
121 "use the given directory to store the settings files"), |
122 ] |
122 ] |
123 appinfo = AppInfo.makeAppInfo(sys.argv, |
123 appinfo = AppInfo.makeAppInfo(sys.argv, |