From 2b1b8d6c95952f03049a9f643058c114899680bc Mon Sep 17 00:00:00 2001 From: Kevin Mitchell Date: Wed, 14 May 2014 13:26:07 -0700 Subject: vf_dlopen: update usage message to new-style args --- video/filter/vf_dlopen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3