Minor fix to Help/Usage text

This commit is contained in:
Stephen Seo 2021-12-10 16:08:33 +09:00
parent dcf854e16a
commit 7a1e250ea3

View file

@ -25,6 +25,8 @@ void Args::PrintUsage() {
" --video\t\t\t\tDither frames in a video\n" " --video\t\t\t\tDither frames in a video\n"
" --video-pngs\t\t\t\tDither frames but output as individual pngs\n" " --video-pngs\t\t\t\tDither frames but output as individual pngs\n"
" --overwrite\t\t\t\tAllow overwriting existing files\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; << std::endl;
} }