Skip to content

Commit

Permalink
adjust file format in description of archive script
Browse files Browse the repository at this point in the history
  • Loading branch information
BJNFNE authored Nov 13, 2024
1 parent c8b2ac5 commit 9712ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/boozook/archive.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def rebuild_archive(game, extract_dir, patterns=ARCHIVE_PATTERNS):
def menu():
import argparse

parser = argparse.ArgumentParser(description='extract pak archive')
parser = argparse.ArgumentParser(description='extract stk archive')
parser.add_argument('directory', help='game directory with files to extract')
parser.add_argument(
'patterns',
Expand Down

0 comments on commit 9712ede

Please sign in to comment.