fixed up updater
This commit is contained in:
parent
77e78a73eb
commit
057273552b
4 changed files with 29 additions and 37 deletions
|
|
@ -136,7 +136,7 @@ def main():
|
|||
metavar="<command>", title="subcommand", dest="subcommand"
|
||||
)
|
||||
parser_xdudata_update = parser_xdudata_subparsers.add_parser(
|
||||
"update", help="Update an XDUData directory", parents=[global_flag_parser]
|
||||
"update", help="Update an XDUData directory"
|
||||
)
|
||||
parser_xdudata_update.add_argument(
|
||||
"CACHE", help="files/ directory from XDU cache", type=str
|
||||
|
|
@ -193,7 +193,6 @@ def main():
|
|||
args.EXTRACT,
|
||||
script_dir,
|
||||
LANGUAGES,
|
||||
args.is_global,
|
||||
)
|
||||
|
||||
return 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue