Skip to content

Commit 3b2917d

Browse files
author
Nathan Marz
committed
Merge branch 'master' into 0.7.2
2 parents e01055f + 9bfb89e commit 3b2917d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/storm

+1
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ def print_commands():
302302
print "Commands:\n\t", "\n\t".join(sorted(COMMANDS.keys()))
303303
print "\nHelp:", "\n\thelp", "\n\thelp <command>"
304304
print "\nDocumentation for the storm client can be found at https://github.com/nathanmarz/storm/wiki/Command-line-client\n"
305+
print "Configs can be overridden using one or more -c flags, e.g. \"storm list -c nimbus.host=nimbus.mycompany.com\"\n"
305306

306307
def print_usage(command=None):
307308
"""Print one help message or list of available commands"""

0 commit comments

Comments
 (0)