60 ("--settings=settingsDir", |
60 ("--settings=settingsDir", |
61 "use the given directory to store the settings files"), |
61 "use the given directory to store the settings files"), |
62 ("", "names of plugins to install") |
62 ("", "names of plugins to install") |
63 ] |
63 ] |
64 appinfo = AppInfo.makeAppInfo(sys.argv, |
64 appinfo = AppInfo.makeAppInfo(sys.argv, |
65 "Eric6 Plugin Installer", |
65 "eric Plugin Installer", |
66 "", |
66 "", |
67 "Plugin installation utility for eric6", |
67 "Plugin installation utility for eric", |
68 options) |
68 options) |
69 res = Startup.simpleAppStartup(sys.argv, |
69 res = Startup.simpleAppStartup(sys.argv, |
70 appinfo, |
70 appinfo, |
71 createMainWidget) |
71 createMainWidget) |
72 sys.exit(res) |
72 sys.exit(res) |