comparison help_mp-en.h @ 7320:1c6c94f693ed

-gui option removal leftovers
author diego
date Sun, 08 Sep 2002 16:55:43 +0000
parents 9e201175b78c
children 2bb518d6a5b2
comparison
equal deleted inserted replaced
7319:20acd78d1239 7320:1c6c94f693ed
10 "\n\n" 10 "\n\n"
11 "MPlayer " VERSION "(C) 2000-2002 Arpad Gereoffy (see DOCS!)\n" 11 "MPlayer " VERSION "(C) 2000-2002 Arpad Gereoffy (see DOCS!)\n"
12 "\n"; 12 "\n";
13 13
14 static char help_text[]= 14 static char help_text[]=
15 #ifdef HAVE_NEW_GUI
16 "Usage: mplayer [-gui] [options] [url|path/]filename\n"
17 #else
18 "Usage: mplayer [options] [url|path/]filename\n" 15 "Usage: mplayer [options] [url|path/]filename\n"
19 #endif
20 "\n" 16 "\n"
21 "Basic options: (see the manpage for the complete list including ALL options!)\n" 17 "Basic options: (see the manpage for the complete list including ALL options!)\n"
22 " -vo <drv[:dev]> select video output driver & device (see '-vo help' for list)\n" 18 " -vo <drv[:dev]> select video output driver & device (see '-vo help' for list)\n"
23 " -ao <drv[:dev]> select audio output driver & device (see '-ao help' for list)\n" 19 " -ao <drv[:dev]> select audio output driver & device (see '-ao help' for list)\n"
24 #ifdef HAVE_VCD 20 #ifdef HAVE_VCD