50 options = [ |
50 options = [ |
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 ] |
53 ] |
54 appinfo = AppInfo.makeAppInfo(sys.argv, |
54 appinfo = AppInfo.makeAppInfo(sys.argv, |
55 "Eric5 Plugin Repository", |
55 "Eric6 Plugin Repository", |
56 "", |
56 "", |
57 "Utility to show the contents of the eric5" |
57 "Utility to show the contents of the eric6" |
58 " Plugin repository.", |
58 " Plugin repository.", |
59 options) |
59 options) |
60 res = Startup.simpleAppStartup(sys.argv, |
60 res = Startup.simpleAppStartup(sys.argv, |
61 appinfo, |
61 appinfo, |
62 createMainWidget) |
62 createMainWidget) |