67 ("--config=configDir", |
67 ("--config=configDir", |
68 "use the given directory as the one containing the config files"), |
68 "use the given directory as the one containing the config files"), |
69 ("--search=word", "search for the given word") |
69 ("--search=word", "search for the given word") |
70 ] |
70 ] |
71 appinfo = Startup.makeAppInfo(sys.argv, |
71 appinfo = Startup.makeAppInfo(sys.argv, |
72 "Eric5 web browser", |
72 "eric5 Web Browser", |
73 "file", |
73 "file", |
74 "web browser", |
74 "web browser", |
75 options) |
75 options) |
76 |
76 |
77 if not Utilities.checkBlacklistedVersions(): |
77 if not Utilities.checkBlacklistedVersions(): |