diff options
Diffstat (limited to 'xine_frontend_main.c')
-rw-r--r-- | xine_frontend_main.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/xine_frontend_main.c b/xine_frontend_main.c index 385f107d..f34a78f8 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.22 2007-01-20 17:56:32 phintuka Exp $ + * $Id: xine_frontend_main.c,v 1.23 2007-01-22 22:59:16 phintuka Exp $ * */ @@ -205,9 +205,11 @@ static const char *help_str = " --help Show (this) help message\n" " --audio=audiodriver[:device] Select audio driver and optional port\n" " drivers: auto, alsa, oss, arts, esound, none\n" - " --video=videodriver Select video driver\n" - " X11: auto, x11, xshm, xv, xvmc, xxmc, vidix, none\n" - " framebuffer: auto, fb, DirectFB, vidixfb, none\n" + " --video=videodriver[:device] Select video driver and optional port\n" + " X11: auto, x11, xshm, xv, xvmc, xxmc, vidix,\n" + " none\n" + " framebuffer: auto, fb, DirectFB, vidixfb,\n" + " dxr3, aadxr3, none\n" " --display=displayaddress X11 display address\n" " --aspect=[auto|4:3|16:9|16:10|default] Display aspect ratio\n" " --fullscreen Fullscreen mode\n" |