summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@gmail.com>2014-05-14 13:26:07 -0700
committerKevin Mitchell <kevmitch@gmail.com>2014-05-15 10:32:16 -0700
commit2b1b8d6c95952f03049a9f643058c114899680bc (patch)
treedb725ab798009703d0a90d9ac70a93ed61bbd403
parent125dcf306a2998248c0480000b36db7388ddf490 (diff)
downloadmpv-2b1b8d6c95952f03049a9f643058c114899680bc.tar.bz2
mpv-2b1b8d6c95952f03049a9f643058c114899680bc.tar.xz
vf_dlopen: update usage message to new-style args
-rw-r--r--video/filter/vf_dlopen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/filter/vf_dlopen.c b/video/filter/vf_dlopen.c
index 3e72fec8a5..1646d3fbcf 100644
--- a/video/filter/vf_dlopen.c
+++ b/video/filter/vf_dlopen.c
@@ -292,7 +292,7 @@ static int vf_open(vf_instance_t *vf)
{
int i;
if (!vf->priv->cfg_dllname) {
- MP_ERR(vf, "usage: -vf dlopen=filename.so:function:args\n");
+ MP_ERR(vf, "usage: --vf=dlopen=/path/to/filename.so:args\n");
return 0;
}