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, 4 insertions, 2 deletions
diff --git a/help_mp.h b/help_mp.h
index a1cd318f88..aa867b7a63 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@thot.banki.hu>\n"
+"MPlayer " VERSION " (C) 2000-2001 Arpad Gereoffy <arpi@esp-team.scene.hu>\n"
"\n";
static char* help_text=
-"\nUsage: mplayer [options] [path/]name\n"
+"Usage: mplayer [options] [path/]name\n"
"\n"
" Options:\n"
" -vo <driver> select output driver (see '-vo help' for driver list)\n"
@@ -40,4 +40,6 @@ 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";