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

Steve Lhomme robux4 at ycbcr.xyz
Tue Nov 19 11:46:38 CET 2019


LGTM

On 2019-11-19 11:25, Marvin Scholz wrote:
> ---
>   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)
> 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
> 


More information about the vlc-devel mailing list