We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e01055f + 9bfb89e commit 3b2917dCopy full SHA for 3b2917d
bin/storm
@@ -302,6 +302,7 @@ def print_commands():
302
print "Commands:\n\t", "\n\t".join(sorted(COMMANDS.keys()))
303
print "\nHelp:", "\n\thelp", "\n\thelp <command>"
304
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"
306
307
def print_usage(command=None):
308
"""Print one help message or list of available commands"""
0 commit comments