Subversion Repositories SmartDukaan

Rev

Rev 18196 | Rev 18615 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 18196 Rev 18197
Line 10... Line 10...
10
parser.add_option("-e", "--e", dest="elastic_search_host",
10
parser.add_option("-e", "--e", dest="elastic_search_host",
11
                      default="localhost",
11
                      default="localhost",
12
                      type="string", help="The HOST where the elastic server is running",
12
                      type="string", help="The HOST where the elastic server is running",
13
                      metavar="HOST")
13
                      metavar="HOST")
14
parser.add_option("-p", "--p", dest="elastic_search_port",
14
parser.add_option("-p", "--p", dest="elastic_search_port",
15
                      default="localhost",
15
                      default="9200",
16
                      type="string", help="The PORT where the elastic server is running",
16
                      type="string", help="The PORT where the elastic server is running",
17
                      metavar="HOST")
17
                      metavar="HOST")
18
 
18
 
19
 
19
 
20
(options, args) = parser.parse_args()
20
(options, args) = parser.parse_args()