diff options
author | rofafor <rofafor> | 2011-02-12 20:32:17 +0000 |
---|---|---|
committer | rofafor <rofafor> | 2011-02-12 20:32:17 +0000 |
commit | 215b93e44c54514c49254a275da86701fe075e30 (patch) | |
tree | 1d2222d9b815ba105864ed58d63056f94cb0dc94 | |
parent | e7230c194f429723db0774d2df3e22265d418a74 (diff) | |
download | xineliboutput-215b93e44c54514c49254a275da86701fe075e30.tar.gz xineliboutput-215b93e44c54514c49254a275da86701fe075e30.tar.bz2 |
Add missing line feeds.
-rw-r--r-- | xine_frontend_main.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xine_frontend_main.c b/xine_frontend_main.c index 48cc0e38..43e651a4 100644 --- a/xine_frontend_main.c +++ b/xine_frontend_main.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_frontend_main.c,v 1.94 2011-01-23 19:42:08 phintuka Exp $ + * $Id: xine_frontend_main.c,v 1.95 2011-02-12 20:32:17 rofafor Exp $ * */ @@ -106,12 +106,12 @@ static const char help_str[] = " -f, --fullscreen Fullscreen mode\n" #ifdef HAVE_XRENDER " -D, --hud[=flag[,flag]] Head Up Display OSD mode using compositing\n" - " flags:\n" + " Optional 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 |