]> git.sesse.net Git - vlc/commitdiff
In fact it's the module name (as in MODULE_NAME on the gcc comand line) and not the...
authorAntoine Cellerier <dionoea@videolan.org>
Tue, 2 Sep 2008 00:07:54 +0000 (02:07 +0200)
committerAntoine Cellerier <dionoea@videolan.org>
Tue, 2 Sep 2008 00:07:54 +0000 (02:07 +0200)
src/libvlc-module.c

index a34f497216f12429daa849112a6b41135c6c33e8..911aed46802e0ca56190af0dbf62f29ba2a05c75 100644 (file)
@@ -172,7 +172,7 @@ static const char *const ppsz_snap_formats[] =
     "This is a ',' separated string, each objects should be prefixed by " \
     "a '+' or a '-' to respectively enable or disable it. The keyword " \
     "'all' refers to all objects. Objects can be refered to by their " \
-    "type or name. Rules applying to named objects take precendence " \
+    "type or module name. Rules applying to named objects take precendence " \
     "over rules applying to object types. Note that you still need to " \
     "use -vvv to actually display debug message.")