51 ("--config=configDir", |
51 ("--config=configDir", |
52 "use the given directory as the one containing the config files"), |
52 "use the given directory as the one containing the config files"), |
53 ("", "names of plugins to install") |
53 ("", "names of plugins to install") |
54 ] |
54 ] |
55 appinfo = AppInfo.makeAppInfo(sys.argv, |
55 appinfo = AppInfo.makeAppInfo(sys.argv, |
56 "Eric5 Plugin Installer", |
56 "Eric6 Plugin Installer", |
57 "", |
57 "", |
58 "Plugin installation utility for eric5", |
58 "Plugin installation utility for eric6", |
59 options) |
59 options) |
60 res = Startup.simpleAppStartup(sys.argv, |
60 res = Startup.simpleAppStartup(sys.argv, |
61 appinfo, |
61 appinfo, |
62 createMainWidget) |
62 createMainWidget) |
63 sys.exit(res) |
63 sys.exit(res) |