From: Stephen Seo Date: Tue, 19 Mar 2024 07:24:08 +0000 (+0900) Subject: Fix minor typo X-Git-Url: https://git.seodisparate.com/stephenseo/js/bootstrap.bundle.min.js?a=commitdiff_plain;h=bd5cfaebd3601d44f930b553876c69bba00fbde9;p=blue_noise_generation Fix minor typo --- diff --git a/src/arg_parse.cpp b/src/arg_parse.cpp index b1010d3..e70cdf8 100644 --- a/src/arg_parse.cpp +++ b/src/arg_parse.cpp @@ -24,7 +24,7 @@ void Args::DisplayHelp() { " -t | --threads \t\tUse CPU thread count when " "not using " "OpenCL\n" - " -o | --output \tOutput filename to " + " -o | --output \tOutput filename to " "use\n" " --overwrite\t\t\t\tEnable overwriting of file (default " "disabled)\n"