switched --help to lowercase
This commit is contained in:
parent
8404b1695c
commit
a745831c14
10
glxgears.c
10
glxgears.c
@ -381,15 +381,15 @@ static char *window_title = "Gears";
|
||||
#ifdef HAVE_ARGP
|
||||
static const struct argp_option options[] = {
|
||||
{"version", 'V', 0, 0, "print program version"},
|
||||
{"info", 256, 0, 0, "Display OpenGL renderer information"},
|
||||
{"exit", 257, 0, 0, "Automatically exit after 30 seconds"},
|
||||
{"noanim", 258, 0, 0, "Don't start animation"},
|
||||
{"info", 256, 0, 0, "display OpenGL renderer information"},
|
||||
{"exit", 257, 0, 0, "automatically exit after 30 seconds"},
|
||||
{"noanim", 258, 0, 0, "don't start animation"},
|
||||
{"spin",
|
||||
259,
|
||||
"speed",
|
||||
0,
|
||||
"Set rotational speed in RPM (defaults to 11.666666667)"},
|
||||
{"title", 260, "title", 0, "Set window title (defaults to \"Gears\")"},
|
||||
"set rotational speed in RPM (defaults to 11.666666667)"},
|
||||
{"title", 260, "title", 0, "set window title (defaults to \"Gears\")"},
|
||||
{0}};
|
||||
|
||||
static error_t parse_opt(int key, char *val, struct argp_state *) {
|
||||
|
Loading…
Reference in New Issue
Block a user