comparison help_mp.h @ 737:e8d5e6d4d85f

'--help' bug fixed
author pontscho
date Wed, 09 May 2001 14:17:55 +0000
parents e14114170e01
children e174a142324b
comparison
equal deleted inserted replaced
736:59b0a9ec8604 737:e8d5e6d4d85f
1 static char* banner_text= 1 static char* banner_text=
2 "\n\n" 2 "\n\n"
3 "MPlayer " VERSION " (C) 2000-2001 Arpad Gereoffy <arpi@thot.banki.hu>\n" 3 "MPlayer " VERSION " (C) 2000-2001 Arpad Gereoffy <arpi@thot.banki.hu>\n"
4 "\n"; 4 "\n";
5 5
6 static char* help_text= 6 static char help_text[]=
7 "\nUsage: mplayer [options] [path/]name\n" 7 "\nUsage: mplayer [options] [path/]name\n"
8 "\n" 8 "\n"
9 " Options:\n" 9 " Options:\n"
10 " -vo <driver> select output driver (see '-vo help' for driver list)\n" 10 " -vo <driver> select output driver (see '-vo help' for driver list)\n"
11 " -vcd <track> play video cd track from device instead of plain file\n" 11 " -vcd <track> play video cd track from device instead of plain file\n"