70 |
70 |
71 def main(): |
71 def main(): |
72 """ |
72 """ |
73 Main entry point into the application. |
73 Main entry point into the application. |
74 """ |
74 """ |
75 options = [\ |
75 options = [ |
76 ("--config=configDir", |
76 ("--config=configDir", |
77 "use the given directory as the one containing the config files"), |
77 "use the given directory as the one containing the config files"), |
78 ("--search=word", "search for the given word") |
78 ("--search=word", "search for the given word") |
79 ] |
79 ] |
80 appinfo = AppInfo.makeAppInfo(sys.argv, |
80 appinfo = AppInfo.makeAppInfo(sys.argv, |