41 ("--config=configDir", |
41 ("--config=configDir", |
42 "use the given directory as the one containing the config files"), |
42 "use the given directory as the one containing the config files"), |
43 ("", "names of plugins to install") |
43 ("", "names of plugins to install") |
44 ] |
44 ] |
45 appinfo = Startup.makeAppInfo(sys.argv, |
45 appinfo = Startup.makeAppInfo(sys.argv, |
46 "Eric4 Plugin Installer", |
46 "Eric5 Plugin Installer", |
47 "", |
47 "", |
48 "Plugin installation utility for eric5", |
48 "Plugin installation utility for eric5", |
49 options) |
49 options) |
50 res = Startup.simpleAppStartup(sys.argv, |
50 res = Startup.simpleAppStartup(sys.argv, |
51 appinfo, |
51 appinfo, |