changing to -ho not to conflict with help
This commit is contained in:
parent
771891491c
commit
8f0d7d1d3e
@ -3,7 +3,7 @@ import argparse
|
||||
|
||||
def main():
|
||||
parser = argparse.ArgumentParser(description='TODO')
|
||||
parser.add_argument('-h', '--host_dir', required=True)
|
||||
parser.add_argument('-ho', '--host_dir', required=True)
|
||||
parser.add_argument('-s', '--submit_script', required=True)
|
||||
args = parser.parse_args()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user