Commit a9fa523c authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

libvlc: Fix --reset-config help message.

parent 497b59e4
...@@ -2538,7 +2538,7 @@ vlc_module_begin(); ...@@ -2538,7 +2538,7 @@ vlc_module_begin();
false ); false );
change_internal(); change_internal();
change_unsaveable(); change_unsaveable();
add_bool( "reset-config", false, NULL, MODULE_TEXT, "", false ); add_bool( "reset-config", false, NULL, RESET_CONFIG_TEXT, "", false );
change_internal(); change_internal();
change_unsaveable(); change_unsaveable();
add_bool( "reset-plugins-cache", false, NULL, add_bool( "reset-plugins-cache", false, NULL,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment