summaryrefslogtreecommitdiffstats
path: root/help_mp.h
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-15 18:35:17 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-15 18:35:17 +0000
commit6ead487b065fb66adad951f585919a8258c6bf10 (patch)
tree56683cb0264ae0b37874e6924498351def73095b /help_mp.h
parent77c23fbd26336f7d62b4db6842577c8573b3c271 (diff)
downloadmpv-6ead487b065fb66adad951f585919a8258c6bf10.tar.bz2
mpv-6ead487b065fb66adad951f585919a8258c6bf10.tar.xz
Pontscho's mixer, select, and hell-a-lot-of-stuff patch ;)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@441 b3059339-0415-0410-9bf9-f77b7e298cf2
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";