diff options
author | phintuka <phintuka> | 2012-06-13 07:32:24 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2012-06-13 07:32:24 +0000 |
commit | 058c6e9bbecaf6f2bf53c56295576856a842802c (patch) | |
tree | becfe27e0cb78da8229d1ad3fdb09399d15db948 | |
parent | c7944215c8dd06bf69c1bbe09b5e7cc82410fbbb (diff) | |
download | xineliboutput-058c6e9bbecaf6f2bf53c56295576856a842802c.tar.gz xineliboutput-058c6e9bbecaf6f2bf53c56295576856a842802c.tar.bz2 |
Align `-O` option correctly in usage/help message
(Thanks to Paul Menzel)
-rw-r--r-- | xineliboutput.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xineliboutput.c b/xineliboutput.c index 8f0a0a45..ba663aa5 100644 --- a/xineliboutput.c +++ b/xineliboutput.c @@ -21,7 +21,7 @@ * * xineliboutput.c: VDR Plugin interface * - * $Id: xineliboutput.c,v 1.55 2012-03-24 09:25:53 phintuka Exp $ + * $Id: xineliboutput.c,v 1.56 2012-06-13 07:32:24 phintuka Exp $ * */ @@ -135,7 +135,7 @@ const char cmdLineHelp[] = #endif #ifdef HAVE_OPENGL " opengl Use OpenGL instead of compositing\n" -" -O --opengl Use OpenGL for video and Head Up Display OSD\n" +" -O --opengl Use OpenGL for video and Head Up Display OSD\n" #endif " -w --width=x Window width\n" " -h --height=x Window width\n" |