aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Bland <jksb@linux.com>2013-03-03 04:07:29 -0700
committerChad Versace <chad.versace@linux.intel.com>2013-03-06 13:51:28 -0800
commit32dccd3c9a244279d6c90e27064d9f4a82cfb42c (patch)
tree5ece149f5c49c90cf8b46d5e82157efdcb057669
parent9d32580cf741ccf646fb2d4d18da823aae58814d (diff)
examples/gl_basic: Fix example in usage message
Version and profile were swapped.
-rw-r--r--examples/gl_basic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gl_basic.c b/examples/gl_basic.c
index e8526d3..027eb4e 100644
--- a/examples/gl_basic.c
+++ b/examples/gl_basic.c
@@ -64,7 +64,7 @@ static const char *usage_message =
"\n"
"examples:\n"
" gl_basic glx gl\n"
- " gl_basic x11_egl gl core 3.2\n"
+ " gl_basic x11_egl gl 3.2 core\n"
" gl_basic wayland gles3\n"
"\n"
"description:\n"