deploy.sh: do not expect a parameter for -h 79/13479/1
authorJosep Puigdemont <josep.puigdemont@enea.com>
Sat, 30 Apr 2016 17:16:10 +0000 (19:16 +0200)
committerJosep Puigdemont <josep.puigdemont@enea.com>
Sat, 30 Apr 2016 17:48:12 +0000 (19:48 +0200)
commit77292692742145292a818b7322dd17740650b805
tree7420d18a1ba8e8b26a3da787dd1dc204d92f3675
parent54e25063595435b7b3c5c2e093f42cbff7b21dc7
deploy.sh: do not expect a parameter for -h

If -h was given as a parameter to the script, it would report an error
as it expected a parameter, and if it was called as the only parameter,
it would run deploy.py as if "old style" parameters had been given, thus
showing the usage for the python script, instead of the expected usage
message for this script.

Update the usage message to include -h.

Change-Id: I0930936962c1cb479ec4409ff114cd60a386b276
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
ci/deploy.sh