summaryrefslogtreecommitdiffstats
path: root/parser-mpcmd.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-07-14 09:27:04 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-07-14 09:27:04 +0000
commitde22e52855efe7491fc0dd06e3ca04ffba2b088c (patch)
tree192e6f447007ef47469fc2e15936eb603fcb10cd /parser-mpcmd.c
parentf50edb709ce78387d6470d317170a5f6cff31562 (diff)
downloadmpv-de22e52855efe7491fc0dd06e3ca04ffba2b088c.tar.bz2
mpv-de22e52855efe7491fc0dd06e3ca04ffba2b088c.tar.xz
-use-stdin renamed to -noconsolecontrols.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12817 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'parser-mpcmd.c')
-rw-r--r--parser-mpcmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser-mpcmd.c b/parser-mpcmd.c
index 20a268ac83..1864ae7686 100644
--- a/parser-mpcmd.c
+++ b/parser-mpcmd.c
@@ -236,7 +236,7 @@ m_config_parse_mp_command_line(m_config_t *config, int argc, char **argv)
// Lock stdin if it will be used as input
if(strcasecmp(argv[i],"-") == 0)
- m_config_set_option(config,"use-stdin",NULL);
+ m_config_set_option(config,"noconsolecontrols",NULL);
add_entry(&last_parent,&last_entry,entry);
UNSET_GLOBAL; // We start entry specific options