62 "use the given directory as the one containing the config files"), |
62 "use the given directory as the one containing the config files"), |
63 ("--settings=settingsDir", |
63 ("--settings=settingsDir", |
64 "use the given directory to store the settings files"), |
64 "use the given directory to store the settings files"), |
65 ] |
65 ] |
66 appinfo = AppInfo.makeAppInfo(sys.argv, |
66 appinfo = AppInfo.makeAppInfo(sys.argv, |
67 "Eric6 Shell", |
67 "eric Shell", |
68 "", |
68 "", |
69 "Stand alone version of the eric6" |
69 "Stand alone version of the eric" |
70 " interpreter shell", |
70 " interpreter shell", |
71 options) |
71 options) |
72 res = Startup.simpleAppStartup(sys.argv, |
72 res = Startup.simpleAppStartup(sys.argv, |
73 appinfo, |
73 appinfo, |
74 createMainWidget) |
74 createMainWidget) |