diff options
author | Jon TURNEY <jon.turney@dronecode.org.uk> | 2014-09-17 15:38:39 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-09-17 15:45:05 -0700 |
commit | e3aa13b8d63ea2fba6eb47ddd0a7dde5a6d2b661 (patch) | |
tree | 3d927a20a4bfa53d451876e83ede6e37778391fa /os | |
parent | 30dcc10f6c9c4bacbc0e3652917c298ca9fb3898 (diff) |
Update help text since -iglx is now the default
This should have been part of d0da0e9c3bb8fe0cd4879ecb24d21715bfaa209b
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'os')
-rw-r--r-- | os/utils.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/utils.c b/os/utils.c index c83f77dda..2d02f92ed 100644 --- a/os/utils.c +++ b/os/utils.c @@ -541,8 +541,8 @@ UseMsg(void) ErrorF("-fn string default font name\n"); ErrorF("-fp string default font path\n"); ErrorF("-help prints message with these options\n"); - ErrorF("+iglx Allow creating indirect GLX contexts (default)\n"); - ErrorF("-iglx Prohibit creating indirect GLX contexts\n"); + ErrorF("+iglx Allow creating indirect GLX contexts\n"); + ErrorF("-iglx Prohibit creating indirect GLX contexts (default)\n"); ErrorF("-I ignore all remaining arguments\n"); #ifdef RLIMIT_DATA ErrorF("-ld int limit data space to N Kb\n"); |