You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ka...@apache.org on 2017/07/10 23:38:52 UTC

[1/2] storm git commit: fix typo in storm.py file

Repository: storm
Updated Branches:
  refs/heads/master caeaf255b -> ec297dda7


fix typo in storm.py file


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/49e461f3
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/49e461f3
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/49e461f3

Branch: refs/heads/master
Commit: 49e461f36eb530e6a006d5403ec076f7ba9047bc
Parents: d7c7818
Author: Ethan Li <et...@gmail.com>
Authored: Sun Jul 9 02:54:18 2017 +0000
Committer: Ethan Li <et...@gmail.com>
Committed: Sun Jul 9 22:57:33 2017 +0000

----------------------------------------------------------------------
 bin/storm.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/49e461f3/bin/storm.py
----------------------------------------------------------------------
diff --git a/bin/storm.py b/bin/storm.py
index 5821cd1..8f7a635 100755
--- a/bin/storm.py
+++ b/bin/storm.py
@@ -457,12 +457,12 @@ def kill(*args):
 
 
 def upload_credentials(*args):
-    """Syntax: [storm upload_credentials topology-name [credkey credvalue]*]
+    """Syntax: [storm upload-credentials topology-name [credkey credvalue]*]
 
     Uploads a new set of credentials to a running topology
     """
     if not args:
-        print_usage(command="upload_credentials")
+        print_usage(command="upload-credentials")
         sys.exit(2)
     exec_storm_class(
         "org.apache.storm.command.UploadCredentials",
@@ -618,7 +618,7 @@ def get_errors(*args):
     The result is returned in json format.
     """
     if not args:
-        print_usage(command="get_errors")
+        print_usage(command="get-errors")
         sys.exit(2)
     exec_storm_class(
         "org.apache.storm.command.GetErrors",


[2/2] storm git commit: Merge branch 'Typo-In-Storm-Py' of https://github.com/Ethanlm/storm into PR-2191-merge

Posted by ka...@apache.org.
Merge branch 'Typo-In-Storm-Py' of https://github.com/Ethanlm/storm into PR-2191-merge


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/ec297dda
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/ec297dda
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/ec297dda

Branch: refs/heads/master
Commit: ec297dda7076b44f5cf37a88e7eb3bed4e2c14b2
Parents: caeaf25 49e461f
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Tue Jul 11 08:38:40 2017 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Tue Jul 11 08:38:40 2017 +0900

----------------------------------------------------------------------
 bin/storm.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------