This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin 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 9580103 Fix typo in load-examples command (#6193)
9580103 is described below
commit 9580103c22a993983a0ccdeaad6a3e32d3bc514b
Author: Max Goodridge <[email protected]>
AuthorDate: Fri Oct 26 04:47:43 2018 +0100
Fix typo in load-examples command (#6193)
---
docs/installation.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/installation.rst b/docs/installation.rst
index 04c1934..eda51f1 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -145,7 +145,7 @@ Follow these few simple steps to install Superset.::
superset db upgrade
# Load some data to play with
- superset load_examples
+ superset load-examples
# Create default roles and permissions
superset init