mirror of
https://github.com/elliotnunn/tbxi.git
synced 2024-12-21 00:29:33 +00:00
Fix command line gremlin
This commit is contained in:
parent
a1e5442bf5
commit
9046e888d6
@ -41,7 +41,7 @@ def main(args=None):
|
||||
parser = argparse.ArgumentParser(prog='tbxi ' + command, description=descriptions[command])
|
||||
|
||||
if command == 'dump':
|
||||
parser.add_argument('file', metavar='<input-file>', help='original file (dest: <input-file>.src')
|
||||
parser.add_argument('file', metavar='<input-file>', help='original file')
|
||||
parser.add_argument('-o', dest='output', metavar='<output-file>', help='destination (default: <input-file>.src)')
|
||||
args = parser.parse_args(args)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user