[vlc-commits] libvlc: Remove mention of gone --advanced option
Marvin Scholz
git at videolan.org
Tue Mar 31 13:10:25 CEST 2020
vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Tue Nov 19 11:25:04 2019 +0100| [b14da682b7cd7642c0bef05ecd2ec6fa99671043] | committer: Marvin Scholz
libvlc: Remove mention of gone --advanced option
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b14da682b7cd7642c0bef05ecd2ec6fa99671043
---
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 1da7fa6e79..e5ec1afae0 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -2865,13 +2865,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 \
@@ -2879,8 +2878,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")
More information about the vlc-commits
mailing list