From 2d952a0b8949f2561b69da180c5e05f4f84ac23a Mon Sep 17 00:00:00 2001 From: cppctamber Date: Fri, 3 Jul 2020 00:17:23 +1200 Subject: [PATCH] Fixed typo in command list - Renamed `relscale` to `relrescale` --- crunch/crunch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crunch/crunch.cpp b/crunch/crunch.cpp index 58b5456c..4c4bacda 100644 --- a/crunch/crunch.cpp +++ b/crunch/crunch.cpp @@ -115,7 +115,7 @@ class crunch console::message("\nImage rescaling (mutually exclusive options)"); console::printf("-rescale - Rescale image to specified resolution"); - console::printf("-relscale - Rescale image to specified relative resolution"); + console::printf("-relrescale - Rescale image to specified relative resolution"); console::printf("-rescalemode - Auto-rescale non-power of two images"); console::printf(" nearest - Use nearest power of 2, hi - Use next, lo - Use previous");