]> git.sesse.net Git - vlc/commitdiff
libvlc: Fix --reset-config help message.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sun, 6 Jul 2008 13:49:49 +0000 (15:49 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sun, 6 Jul 2008 13:49:49 +0000 (15:49 +0200)
src/libvlc-module.c

index fba980f9e86390f053f57bfa4f72b89d2f7fe156..3d7121b47bd631617c8d36c0a70e5c2a70c2c4ae 100644 (file)
@@ -2538,7 +2538,7 @@ vlc_module_begin();
               false );
         change_internal();
         change_unsaveable();
-    add_bool( "reset-config", false, NULL, MODULE_TEXT, "", false );
+    add_bool( "reset-config", false, NULL, RESET_CONFIG_TEXT, "", false );
         change_internal();
         change_unsaveable();
     add_bool( "reset-plugins-cache", false, NULL,