summaryrefslogtreecommitdiffstats
path: root/m_option.c
diff options
context:
space:
mode:
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,