mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-09 22:24:27 +08:00
[none] Make deploy-it support -h/--help
This commit is contained in:
parent
b6a1fc5234
commit
44202db33d
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
import sys
|
||||
import subprocess
|
||||
|
||||
if len(sys.argv) != 2:
|
||||
if len(sys.argv) != 2 or sys.argv[1] in ('-h', '--help'):
|
||||
print "deploy-it is the script we use to deploy changes to our N1 backend systems."
|
||||
print "usage: deploy-it environment"
|
||||
sys.exit(-1)
|
||||
|
|
Loading…
Add table
Reference in a new issue