From 205c74d47c83520e468615893500d7a0b446bcb4 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Thu, 2 Dec 2021 19:53:43 -0800 Subject: [PATCH] Fix rejpg docstring implying all jpgs. --- rejpg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rejpg.py b/rejpg.py index 8e5df5b..f28f7d0 100644 --- a/rejpg.py +++ b/rejpg.py @@ -1,5 +1,5 @@ ''' -Recompress all jpg images in the current directory. +Recompress jpeg images to save disk space. ''' import argparse import io