40 options = [\ |
40 options = [\ |
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 ] |
43 ] |
44 appinfo = Startup.makeAppInfo(sys.argv, |
44 appinfo = Startup.makeAppInfo(sys.argv, |
45 "Eric4 Plugin Repository", |
45 "Eric5 Plugin Repository", |
46 "", |
46 "", |
47 "Utility to show the contents of the eric5" |
47 "Utility to show the contents of the eric5" |
48 " Plugin repository.", |
48 " Plugin repository.", |
49 options) |
49 options) |
50 res = Startup.simpleAppStartup(sys.argv, |
50 res = Startup.simpleAppStartup(sys.argv, |