[vlc-devel] [PATCH] libvlc: Remove mention of gone --advanced option

Marvin Scholz epirat07 at gmail.com
Tue Nov 19 11:25:04 CET 2019


---
 src/libvlc-module.c | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index 9dc892e82b..85e41e6289 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -2840,13 +2840,12 @@ vlc_module_begin ()
               BOOKMARK10_TEXT, BOOKMARK_LONGTEXT, false )
 
 #define HELP_TEXT \
-    N_("print help for VLC (can be combined with --advanced and " \
-       "--help-verbose)")
+    N_("print help for VLC (can be combined with --help-verbose)")
 #define FULL_HELP_TEXT \
     N_("Exhaustive help for VLC and its modules")
 #define LONGHELP_TEXT \
     N_("print help for VLC and all its modules (can be combined with " \
-       "--advanced and --help-verbose)")
+       "--help-verbose)")
 #define HELP_VERBOSE_TEXT \
     N_("ask for extra verbosity when displaying help")
 #define LIST_TEXT \
@@ -2854,8 +2853,8 @@ vlc_module_begin ()
 #define LIST_VERBOSE_TEXT \
     N_("print a list of available modules with extra detail")
 #define MODULE_TEXT \
-    N_("print help on a specific module (can be combined with --advanced " \
-       "and --help-verbose). Prefix the module name with = for strict " \
+    N_("print help on a specific module (can be combined with " \
+       "--help-verbose). Prefix the module name with = for strict " \
        "matches.")
 #define IGNORE_CONFIG_TEXT \
     N_("no configuration option will be loaded nor saved to config file")
-- 
2.20.1 (Apple Git-117)



More information about the vlc-devel mailing list