We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f39d408 commit 1ee77f4Copy full SHA for 1ee77f4
python3/remove-duplicates.py
@@ -80,7 +80,7 @@ def runOnClass(args, imgs):
80
help="Delete the smallest duplicate images instead "
81
"of just listing them.")
82
parser.add_argument('--sha256', action='store_true',
83
- help="Show sha256 sum for duplicate images")
+ help="Show sha256 sum for duplicate images")
84
args = parser.parse_args()
85
86
numFound = 0
0 commit comments