From 8086dfcefbc847be17963639ca7de792645acf9c Mon Sep 17 00:00:00 2001 From: Stephen Kraus <8003332+stephenmk@users.noreply.github.com> Date: Mon, 1 May 2023 18:25:42 -0500 Subject: [PATCH] Update jitenbot.py --- jitenbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jitenbot.py b/jitenbot.py index 5765758..acd73a4 100644 --- a/jitenbot.py +++ b/jitenbot.py @@ -50,7 +50,7 @@ def parse_args(targets): ) parser.add_argument( "-i", "--image-dir", - help="path to directory containing image files (gaiji, etc.)", + help="path to directory containing image folders (gaiji, graphics, etc.)", type=directory ) args = parser.parse_args()