typo in usage message.
This commit is contained in:
parent
30f48a0114
commit
1fb6d9d94d
2
balls.c
2
balls.c
@ -489,7 +489,7 @@ void print_usage (const char * progname) {
|
|||||||
"usage: %s [options...]\n"
|
"usage: %s [options...]\n"
|
||||||
"options:\n"
|
"options:\n"
|
||||||
"\t<width>x<height>\n"
|
"\t<width>x<height>\n"
|
||||||
"\tn=<bumber of balls>\n"
|
"\tn=<number of balls>\n"
|
||||||
"\tfx=<x-force>\n"
|
"\tfx=<x-force>\n"
|
||||||
"\tfy=<y-force>\n"
|
"\tfy=<y-force>\n"
|
||||||
"\tradius=<min-radius>-<max-radius>\n"
|
"\tradius=<min-radius>-<max-radius>\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user