fixed up updater

This commit is contained in:
argoneus 2020-02-16 02:24:03 +01:00 committed by Gitea
parent 77e78a73eb
commit 057273552b
4 changed files with 29 additions and 37 deletions

View file

@ -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