Github user srdo commented on the issue:
https://github.com/apache/storm/pull/2930
Can we make running `storm.py` with 0 arguments equivalent to running
`storm.py -h`? Running just `storm.py` gives the following output, which isn't
very nice:
```
PS E:\apache-storm-2.0.1-SNAPSHOT\bin> ./storm
usage: storm [-h] [--config CONFIG] [-c C]
{jar,localconfvalue,remoteconfvalue,local,sql,kill,upload-credentials,blobstore,heartbeats,activate,list,deactivate,rebalance,get-errors,kill_workers,admin,shell,repl,nimbus,pacemaker,supervisor,ui,logviewer,drpc-client,drpc,dev-zookeeper,version,classpath,server_classpath,monitor}
...
storm: error: too few arguments
```
---