make command module error when no -a more obvious as command is the default module and someone

may forget about -a.  The CLI already warns about no host pattern by pulling up usage.
pull/3/head
Michael DeHaan 12 years ago
parent 146cb3ff7e
commit c8b1bbc7ea

@ -31,7 +31,7 @@ import traceback
if len(sys.argv) == 1:
print json.dumps({
"failed" : True,
"msg" : "at least a command name is required"
"msg" : "the command module requires arguments (-a)"
})
sys.exit(1)

Loading…
Cancel
Save