67 "use the given directory as the one containing the config files"), |
67 "use the given directory as the one containing the config files"), |
68 ("--settings=settingsDir", |
68 ("--settings=settingsDir", |
69 "use the given directory to store the settings files"), |
69 "use the given directory to store the settings files"), |
70 ] |
70 ] |
71 appinfo = AppInfo.makeAppInfo(sys.argv, |
71 appinfo = AppInfo.makeAppInfo(sys.argv, |
72 "Eric6 Configure", |
72 "eric Configure", |
73 "", |
73 "", |
74 "Configuration editor for eric6", |
74 "Configuration editor for eric", |
75 options) |
75 options) |
76 res = Startup.simpleAppStartup(sys.argv, |
76 res = Startup.simpleAppStartup(sys.argv, |
77 appinfo, |
77 appinfo, |
78 createMainWidget) |
78 createMainWidget) |
79 sys.exit(res) |
79 sys.exit(res) |