update README

This commit is contained in:
2025-06-04 14:48:54 +02:00
parent 549b623896
commit 216c2d4b00
2 changed files with 33 additions and 1 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ void print_help(int status_code) {
" -s, --slope slope [0-255] (default: random)\n"
" -c, --color base color [0-255,0-255,0-255] (default: random)\n"
" -v, --variation base variation [0-255,0-255,0-255] (default: "
"random)"
"random)\n"
" -m, --monochrome black & white generation");
exit(status_code);
}