]> git.seodisparate.com - EN605.617.81.FA21_StephenSeo_DitheringProject/commitdiff
Minor fix to Help/Usage text
authorStephen Seo <seo.disparate@gmail.com>
Fri, 10 Dec 2021 07:08:33 +0000 (16:08 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Fri, 10 Dec 2021 07:08:47 +0000 (16:08 +0900)
src/arg_parse.cc

index 67f904ce6f2451172751b767d9a75515424d3c87..ee3a63999c4b35b554cf69d0fce07147601dde98 100644 (file)
@@ -25,6 +25,8 @@ void Args::PrintUsage() {
          "  --video\t\t\t\tDither frames in a video\n"
          "  --video-pngs\t\t\t\tDither frames but output as individual pngs\n"
          "  --overwrite\t\t\t\tAllow overwriting existing files\n"
+         "It is recommended to use the .png extension for image output, and "
+         ".mp4 for video output."
       << std::endl;
 }