|
@@ -17,7 +17,7 @@ def parse_args():
|
|
|
parse command line params
|
|
|
"""
|
|
|
parser = argparse.ArgumentParser(description='search domain')
|
|
|
- parser.add_argument('command', help='command: generate, search', choices=['generate','search', 'help','version'] , default='help')
|
|
|
+ parser.add_argument('command', help='command: crawl, download', choices=['crawl','download', 'help','version'] , default='help')
|
|
|
parser.add_argument('--extractor', help='extractor: cninfo, sse', choices=['cninfo','sse'], default='cninfo')
|
|
|
args = parser.parse_args()
|
|
|
|