66 "use the given directory as the one containing the config files"), |
66 "use the given directory as the one containing the config files"), |
67 ("--settings=settingsDir", |
67 ("--settings=settingsDir", |
68 "use the given directory to store the settings files"), |
68 "use the given directory to store the settings files"), |
69 ] |
69 ] |
70 appinfo = AppInfo.makeAppInfo(sys.argv, |
70 appinfo = AppInfo.makeAppInfo(sys.argv, |
71 "Eric6 SQL Browser", |
71 "eric SQL Browser", |
72 "connection", |
72 "connection", |
73 "SQL browser", |
73 "SQL browser", |
74 options) |
74 options) |
75 res = Startup.simpleAppStartup(sys.argv, |
75 res = Startup.simpleAppStartup(sys.argv, |
76 appinfo, |
76 appinfo, |