docs: update script docs

pull/760/head
Wen Junhua 2023-12-25 23:27:14 +09:00
parent db07288d01
commit 679898570c
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ def parse_args() -> Tuple[str, str, int]:
2. Icon Representation :str 2. Icon Representation :str
3. Log Level: int 3. Log Level: int
""" """
parser = argparse.ArgumentParser() parser = argparse.ArgumentParser(description="This script adds an icon to this congo theme and updates the relevant documentation.")
parser.add_argument( parser.add_argument(
"-v", "-v",
"--verbose", "--verbose",