Minor fix to Help/Usage text
This commit is contained in:
parent
dcf854e16a
commit
7a1e250ea3
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue