diff options
| author | phintuka <phintuka> | 2011-04-11 08:28:32 +0000 |
|---|---|---|
| committer | phintuka <phintuka> | 2011-04-11 08:28:32 +0000 |
| commit | 70ef71460b056a25de53fcb4db6a3091b85764bc (patch) | |
| tree | 7dca0b1b5152aa1d3f6c725d99b2f35b763b043e | |
| parent | 62f3774c0f6d67bf71814fadd2d68d09ad889e63 (diff) | |
| download | xineliboutput-70ef71460b056a25de53fcb4db6a3091b85764bc.tar.gz xineliboutput-70ef71460b056a25de53fcb4db6a3091b85764bc.tar.bz2 | |
Added missing line feeds
| -rw-r--r-- | xineliboutput.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xineliboutput.c b/xineliboutput.c index b48d5089..a9a056e2 100644 --- a/xineliboutput.c +++ b/xineliboutput.c @@ -21,7 +21,7 @@ * * xineliboutput.c: VDR Plugin interface * - * $Id: xineliboutput.c,v 1.45 2011-02-28 13:37:10 phintuka Exp $ + * $Id: xineliboutput.c,v 1.46 2011-04-11 08:28:32 phintuka Exp $ * */ @@ -125,14 +125,14 @@ const char cmdLineHelp[] = #endif " -f --fullscreen Fullscreen mode (X11)\n" #ifdef HAVE_XRENDER -" -D --hud[=flag[,flag]]" +" -D --hud[=flag[,flag]]\n" " Head Up Display OSD (X11)\n" " flags:\n" # ifdef HAVE_XSHAPE -" xshape Use XShape instead of compositing" +" xshape Use XShape instead of compositing\n" # endif # ifdef HAVE_OPENGL -" opengl Use OpenGL instead of compositing" +" opengl Use OpenGL instead of compositing\n" # endif #endif #ifdef HAVE_OPENGL |
