added an useless message

This commit is contained in:
tth 2019-11-29 13:24:12 +01:00
parent 33ae6c3ac7
commit 59bcdf30d4
1 changed files with 3 additions and 0 deletions

View File

@ -80,6 +80,9 @@ puts("\t-s WxH\t\tsize of capture");
puts("\t-c mode\t\tcontrast enhancement"); puts("\t-c mode\t\tcontrast enhancement");
puts("\t-u\t\ttry upscaling..."); puts("\t-u\t\ttry upscaling...");
puts("\t-v\t\tincrease verbosity"); puts("\t-v\t\tincrease verbosity");
if (verbosity) {
puts("\n\t\tXXX list all the contrast modes, please\n");
}
exit(0); exit(0);
} }
/* --------------------------------------------------------------------- */ /* --------------------------------------------------------------------- */