From 679898570c8c1d09c2e2312ca19ad1bc4201902b Mon Sep 17 00:00:00 2001 From: Wen Junhua Date: Mon, 25 Dec 2023 23:27:14 +0900 Subject: [PATCH] docs: update script docs --- scripts/update_icon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update_icon.py b/scripts/update_icon.py index 22450a6f..24664101 100644 --- a/scripts/update_icon.py +++ b/scripts/update_icon.py @@ -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",