summaryrefslogtreecommitdiffstats
path: root/m_option.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-25 18:44:41 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-25 18:44:41 +0000
commit50ff1ca5b7b0dfa587f1648b013285b160da8c2a (patch)
treecc9bc3fa717b16c5a0c4fbb7221b673ae42cef4f /m_option.c
parent180f0624567f0b50c472429462a3e8172dcfb1b5 (diff)
downloadmpv-50ff1ca5b7b0dfa587f1648b013285b160da8c2a.tar.bz2
mpv-50ff1ca5b7b0dfa587f1648b013285b160da8c2a.tar.xz
-vop ---> -vf
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11262 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'm_option.c')
-rw-r--r--m_option.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/m_option.c b/m_option.c
index 2ccf1bb608..429f51a926 100644
--- a/m_option.c
+++ b/m_option.c
@@ -613,7 +613,7 @@ m_option_type_t m_option_type_string_list = {
"\t-pre: Add the given parameters at the begining of the list.\n"
"\t-del: Remove the entry at the given indices.\n"
"\t-clr: Clear the list.\n"
- "e.g: -vop-add flip,mirror -vop-del 2,5\n",
+ "e.g: -vf-add flip,mirror -vf-del 2,5\n",
sizeof(char**),
M_OPT_TYPE_DYNAMIC | M_OPT_TYPE_ALLOW_WILDCARD,
parse_str_list,