fix: monochrome (#9)

* fix: monochrome

* update doc

* update doc
This commit is contained in:
2025-06-05 12:05:49 +02:00
committed by GitHub
parent 0172286d9a
commit 8f7d7aaaaa
4 changed files with 38 additions and 23 deletions
+1 -2
View File
@@ -40,8 +40,7 @@ void print_help(int status_code) {
"random)\n"
" -vr, --var-range random variation range [0-255] (default: 30)\n"
" -r, --rotation start corner rotation [0-3] (default: random)\n"
// " -m, --monochrome black & white generation\n"
);
" -m, --monochrome grayscale generation\n");
exit(status_code);
}