fix: small fix in --help
Clang Lint CI / lint (push) Successful in 54s
Clang Build CI / run (push) Successful in 57s
Clang Build CI / build-release (push) Successful in 1m13s

This commit is contained in:
2026-05-03 21:54:49 +02:00
parent 4c8c587970
commit 489a08e102
+2 -2
View File
@@ -20,7 +20,7 @@ static void print_help(int status_code) {
"[-w=WIDTH] " "[-w=WIDTH] "
"[-h=HEIGHT] " "[-h=HEIGHT] "
"[-o=PATH] " "[-o=PATH] "
"[--seed=SEED]" "[--seed=SEED] "
"[-p=PIXEL_SIZE] " "[-p=PIXEL_SIZE] "
"[-s=SLOPE] " "[-s=SLOPE] "
"[-c=R,G,B] " "[-c=R,G,B] "
@@ -228,4 +228,4 @@ Parameters args_parse(int argc, char **argv) {
} }
return params; return params;
} }