From 50ff1ca5b7b0dfa587f1648b013285b160da8c2a Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 25 Oct 2003 18:44:41 +0000 Subject: -vop ---> -vf git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11262 b3059339-0415-0410-9bf9-f77b7e298cf2 --- m_option.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm_option.c') 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, -- cgit v1.2.3