52 options = [\ |
52 options = [\ |
53 ("--config=configDir", |
53 ("--config=configDir", |
54 "use the given directory as the one containing the config files"), |
54 "use the given directory as the one containing the config files"), |
55 ] |
55 ] |
56 appinfo = Startup.makeAppInfo(sys.argv, |
56 appinfo = Startup.makeAppInfo(sys.argv, |
57 "Eric4 Configure", |
57 "Eric5 Configure", |
58 "", |
58 "", |
59 "Configuration editor for eric5", |
59 "Configuration editor for eric5", |
60 options) |
60 options) |
61 res = Startup.simpleAppStartup(sys.argv, |
61 res = Startup.simpleAppStartup(sys.argv, |
62 appinfo, |
62 appinfo, |