59 "use the given directory as the one containing the config files"), |
59 "use the given directory as the one containing the config files"), |
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 ] |
62 ] |
63 appinfo = AppInfo.makeAppInfo(sys.argv, |
63 appinfo = AppInfo.makeAppInfo(sys.argv, |
64 "Eric6 Plugin Repository", |
64 "eric Plugin Repository", |
65 "", |
65 "", |
66 "Utility to show the contents of the eric6" |
66 "Utility to show the contents of the eric" |
67 " Plugin repository.", |
67 " Plugin repository.", |
68 options) |
68 options) |
69 res = Startup.simpleAppStartup(sys.argv, |
69 res = Startup.simpleAppStartup(sys.argv, |
70 appinfo, |
70 appinfo, |
71 createMainWidget) |
71 createMainWidget) |