summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;
}