Skip to content

Commit

Permalink
Added help text for setup, cdpatch, and psxmode commands
Browse files Browse the repository at this point in the history
  • Loading branch information
theflyingzamboni committed Sep 28, 2019
1 parent 6f84dca commit 8778d68
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lodmods.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ def parse_arguments():
game files that are set to true in config file for game version and
disc(s) specified. CDPatch is set to extract mode by default. For
insertion, cdpatch must be used for all XA and IKI files, but will
not work for files larger than the original.''')
not work for files larger than the original.''', help='''Calls
cdpatch executable on discs listed''')

# Positional argument
parser_cd.add_argument('version', help='''Game version to extract/insert
Expand All @@ -170,7 +171,8 @@ def parse_arguments():
description='''Wrapper for CUE's psx-mode2 utility. Inserts game
files that are set to true in config file for game version and
disc(s) specified. Works for files larger than the original,
but will not insert XA and IKI files correctly.''')
but will not insert XA and IKI files correctly.''', help='''Calls
psx-mode2 on discs listed''')

# Positional arguments
parser_ps.add_argument('version', help='Game version to insert files into')
Expand Down

0 comments on commit 8778d68

Please sign in to comment.