mirror of
https://github.com/iluvcapra/mfbatch.git
synced 2025-12-31 08:50:51 +00:00
Fixed bug in argparser help generation
This commit is contained in:
@@ -66,7 +66,7 @@ def main():
|
||||
"""
|
||||
Entry point implementation
|
||||
"""
|
||||
op = ArgumentParser(usage="%prog (-c | -e | -W) [options]")
|
||||
op = ArgumentParser(prog='mfbatch', usage='%(prog)s (-c | -e | -W) [options]')
|
||||
|
||||
op.add_argument('-c', '--create', default=False,
|
||||
action='store_true',
|
||||
|
||||
Reference in New Issue
Block a user