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( |
54 appinfo = AppInfo.makeAppInfo( |
55 sys.argv, |
55 sys.argv, |
56 "Eric5 Snap", |
56 "Eric6 Snap", |
57 "", |
57 "", |
58 "Simple utility to do snapshots of the screen.", |
58 "Simple utility to do snapshots of the screen.", |
59 options) |
59 options) |
60 res = Startup.simpleAppStartup(sys.argv, |
60 res = Startup.simpleAppStartup(sys.argv, |
61 appinfo, |
61 appinfo, |