vf_dlopen: update usage message to new-style args

This commit is contained in:
Kevin Mitchell 2014-05-14 13:26:07 -07:00
parent 125dcf306a
commit 2b1b8d6c95
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}