From eaeed0c93a5b5be4980145876fb58d5865e26bcc Mon Sep 17 00:00:00 2001 From: Alexandre Brilhante Date: Sat, 26 Oct 2019 12:47:22 -0400 Subject: [PATCH] removed repeated word (#8458) --- superset/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset/cli.py b/superset/cli.py index eea034a03..a32449eeb 100755 --- a/superset/cli.py +++ b/superset/cli.py @@ -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(