removed repeated word (#8458)

This commit is contained in:
Alexandre Brilhante 2019-10-26 12:47:22 -04:00 committed by Ville Brofeldt
parent e704e29174
commit eaeed0c93a
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ def refresh_druid(datasource, merge):
@click.option(
"--path",
"-p",
help="Path to a single JSON file or path containing multiple JSON files"
help="Path to a single JSON file or path containing multiple JSON "
"files to import (*.json)",
)
@click.option(