aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--egltest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/egltest.c b/egltest.c
index ad5cbb2..3231f66 100644
--- a/egltest.c
+++ b/egltest.c
@@ -98,7 +98,7 @@ int main(int argc, char **argv)
int c;
for (;;) {
- c = getopt(argc, argv, "haixc:s:");
+ c = getopt(argc, argv, "haixc:s:L:");
if (c == -1)
break;
switch (c) {