Skip to content

Commit

Permalink
fixed double version printing with --version
Browse files Browse the repository at this point in the history
  • Loading branch information
sherman5 committed May 8, 2019
1 parent c93dbb2 commit 5dbbbcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wiimake/wiimake.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def main():

# parse command line arguments
parser = argparse.ArgumentParser(description=DESCRIPTION)
parser.add_argument('--version', action='version', version='%(prog)s ' + __version__)
parser.add_argument('--version', action='version', version='')
parser.add_argument('iso_file', help='Gamecube/Wii .iso file')
parser.add_argument('config_file', help='wiimake configuration file')
parser.add_argument('--save-temps', action='store_true',
Expand Down

0 comments on commit 5dbbbcc

Please sign in to comment.