fix: small fix in --help
This commit is contained in:
+2
-2
@@ -20,7 +20,7 @@ static void print_help(int status_code) {
|
||||
"[-w=WIDTH] "
|
||||
"[-h=HEIGHT] "
|
||||
"[-o=PATH] "
|
||||
"[--seed=SEED]"
|
||||
"[--seed=SEED] "
|
||||
"[-p=PIXEL_SIZE] "
|
||||
"[-s=SLOPE] "
|
||||
"[-c=R,G,B] "
|
||||
@@ -228,4 +228,4 @@ Parameters args_parse(int argc, char **argv) {
|
||||
}
|
||||
|
||||
return params;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user