зеркало из https://github.com/mozilla/MozDef.git
Fix typo'd example text
This commit is contained in:
Родитель
1af5149116
Коммит
199377a095
|
@ -23,7 +23,7 @@ from mozdef_util.query_models import SearchQuery, TermMatch
|
|||
|
||||
parser = argparse.ArgumentParser(description='Create the correct indexes and aliases in elasticsearch')
|
||||
parser.add_argument('esserver', help='Elasticsearch server (ex: http://elasticsearch:9200)')
|
||||
parser.add_argument('default_mapping_file', help='The relative path to default mapping json file (ex: cron/defaultTemplateMapping.json)')
|
||||
parser.add_argument('default_mapping_file', help='The relative path to default mapping json file (ex: cron/defaultMappingTemplate.json)')
|
||||
parser.add_argument('backup_conf_file', help='The relative path to backup.conf file (ex: cron/backup.conf)')
|
||||
args = parser.parse_args()
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче