You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by vi...@apache.org on 2019/10/26 16:47:43 UTC

[incubator-superset] branch master updated: removed repeated word (#8458)

This is an automated email from the ASF dual-hosted git repository.

villebro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new eaeed0c  removed repeated word (#8458)
eaeed0c is described below

commit eaeed0c93a5b5be4980145876fb58d5865e26bcc
Author: Alexandre Brilhante <al...@gmail.com>
AuthorDate: Sat Oct 26 12:47:22 2019 -0400

    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 eea034a..a32449e 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(