summaryrefslogtreecommitdiffstats
path: root/help_mp.h
diff options
context:
space:
mode:
Diffstat (limited to 'help_mp.h')
-rw-r--r--help_mp.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/help_mp.h b/help_mp.h
index aa867b7a63..a1cd318f88 100644
--- a/help_mp.h
+++ b/help_mp.h
@@ -1,10 +1,10 @@
static char* banner_text=
"\n\n"
-"MPlayer " VERSION " (C) 2000-2001 Arpad Gereoffy <arpi@esp-team.scene.hu>\n"
+"MPlayer " VERSION " (C) 2000-2001 Arpad Gereoffy <arpi@thot.banki.hu>\n"
"\n";
static char* help_text=
-"Usage: mplayer [options] [path/]name\n"
+"\nUsage: mplayer [options] [path/]name\n"
"\n"
" Options:\n"
" -vo <driver> select output driver (see '-vo help' for driver list)\n"
@@ -40,6 +40,4 @@ static char* help_text=
" q or ESC stop playing and quit program\n"
" + or - adjust audio delay by +/- 0.1 second\n"
" o toggle OSD: none / seek / seek+timer\n"
-" * or / increase or decrease volume\n"
-" m or c use mixer master or pcm channel\n"
"\n";