Commit 53078c7b authored by 段英荣's avatar 段英荣

modify

parent 2724b0b8
......@@ -50,7 +50,7 @@ class Command(BaseCommand):
from optparse import make_option
option_list = BaseCommand.option_list + (
make_option('-t', '--type', dest='type', action='append', help='type name to dump data to elasticsearch', metavar='TYPE',default=''),
make_option('-t', '--type', dest='type', help='type name to dump data to elasticsearch', metavar='TYPE',default=''),
make_option('-i', '--index-prefix', dest='index_prefix', help='index name to dump data to elasticsearch', metavar='INDEX_PREFIX'),
make_option('-p', '--parallel', dest='parallel', help='parallel process count', metavar='PARALLEL'),
make_option('-s', '--pks', dest='pks', help='specify sync pks, comma separated', metavar='PKS', default=''),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment