docs: update script docs

This commit is contained in:
Wen Junhua
2023-12-25 23:27:14 +09:00
parent db07288d01
commit 679898570c
+1 -1
View File
@@ -114,7 +114,7 @@ def parse_args() -> Tuple[str, str, int]:
2. Icon Representation :str
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(
"-v",
"--verbose",