[MINOR] Format make help contents

Project: http://git-wip-us.apache.org/repos/asf/incubator-toree/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-toree/commit/2442bc09
Tree: http://git-wip-us.apache.org/repos/asf/incubator-toree/tree/2442bc09
Diff: http://git-wip-us.apache.org/repos/asf/incubator-toree/diff/2442bc09

Branch: refs/heads/master
Commit: 2442bc094b0559100be6f40e2ec6c80e6ff4d020
Parents: 7eb8ed1
Author: Luciano Resende <lrese...@apache.org>
Authored: Sat Nov 4 17:00:03 2017 -0700
Committer: Luciano Resende <lrese...@apache.org>
Committed: Sat Nov 4 17:56:13 2017 -0700

----------------------------------------------------------------------
 Makefile | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/2442bc09/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index b9c15a2..b459b30 100644
--- a/Makefile
+++ b/Makefile
@@ -60,14 +60,16 @@ ENV_OPTS:=APACHE_SPARK_VERSION=$(APACHE_SPARK_VERSION) 
VERSION=$(VERSION) IS_SNA
 ASSEMBLY_JAR:=toree-assembly-$(VERSION)$(SNAPSHOT).jar
 
 help:
-       @echo '                 audit - run audit tools against the source code'
-       @echo '                 clean - clean build files'
-       @echo '                         dev - starts ipython'
-       @echo '                  dist - build a directory with contents to 
package'
-       @echo '                 build - builds assembly'
-       @echo '                  test - run all units'
-       @echo '         release - creates packaged distribution'
-       @echo '         jupyter - starts a Jupyter Notebook with Toree 
installed'
+       @echo ' '
+       @echo ' audit - run audit tools against the source code'
+       @echo ' clean - clean build files'
+       @echo ' dev - starts ipython'
+       @echo ' dist - build a directory with contents to package'
+       @echo ' build - builds assembly'
+       @echo ' test - run all units'
+       @echo ' release - creates packaged distribution'
+       @echo ' jupyter - starts a Jupyter Notebook with Toree installed'
+       @echo ' '
 
 build-info:
        @echo '$(ENV_OPTS) $(VERSION)'

Reply via email to