diff mbox

BR2_DEPRECATED: update option label and help

Message ID 1411134069-3327-1-git-send-email-gustavo@zacarias.com.ar
State Accepted
Headers show

Commit Message

Gustavo Zacarias Sept. 19, 2014, 1:41 p.m. UTC
We should use positive logic (show things that are otherwise hidden...)
for the help since it's what it does.
It also applies to more options than just packages alone, for example
the AVR32 architecture so add an "options" label to it.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 Config.in | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Comments

Yann E. MORIN Sept. 19, 2014, 8:04 p.m. UTC | #1
Gustavo, All,

On 2014-09-19 10:41 -0300, Gustavo Zacarias spake thusly:
> We should use positive logic (show things that are otherwise hidden...)
> for the help since it's what it does.
> It also applies to more options than just packages alone, for example
> the AVR32 architecture so add an "options" label to it.
> 
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Except for a small comment, below...

> ---
>  Config.in | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/Config.in b/Config.in
> index 14ff55b..b494fab 100644
> --- a/Config.in
> +++ b/Config.in
> @@ -301,9 +301,10 @@ config BR2_CCACHE_INITIAL_SETUP
>  endif
>  
>  config BR2_DEPRECATED
> -	bool "Show packages that are deprecated or obsolete"
> +	bool "Show options and packages that are deprecated or obsolete"
>  	help
> -	  This option hides outdated/obsolete versions of packages.
> +	  This option shows outdated/obsolete versions of packages and
> +	  options that are hidden otherwise.

In English, adverbs are placed before the past participle, like you did
your commit log:  ... otherwise hidden.

Regards,
Yann E. MORIN.

>  
>  if BR2_DEPRECATED
>  
> -- 
> 1.8.5.5
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Peter Korsgaard Sept. 19, 2014, 9:13 p.m. UTC | #2
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > We should use positive logic (show things that are otherwise hidden...)
 > for the help since it's what it does.
 > It also applies to more options than just packages alone, for example
 > the AVR32 architecture so add an "options" label to it.

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
 > ---
 >  Config.in | 5 +++--
 >  1 file changed, 3 insertions(+), 2 deletions(-)

 > diff --git a/Config.in b/Config.in
 > index 14ff55b..b494fab 100644
 > --- a/Config.in
 > +++ b/Config.in
 > @@ -301,9 +301,10 @@ config BR2_CCACHE_INITIAL_SETUP
 >  endif
 
 >  config BR2_DEPRECATED
 > -	bool "Show packages that are deprecated or obsolete"
 > +	bool "Show options and packages that are deprecated or obsolete"
 >  	help
 > -	  This option hides outdated/obsolete versions of packages.
 > +	  This option shows outdated/obsolete versions of packages and
 > +	  options that are hidden otherwise.

Committed with Yann's feedback, thanks.
diff mbox

Patch

diff --git a/Config.in b/Config.in
index 14ff55b..b494fab 100644
--- a/Config.in
+++ b/Config.in
@@ -301,9 +301,10 @@  config BR2_CCACHE_INITIAL_SETUP
 endif
 
 config BR2_DEPRECATED
-	bool "Show packages that are deprecated or obsolete"
+	bool "Show options and packages that are deprecated or obsolete"
 	help
-	  This option hides outdated/obsolete versions of packages.
+	  This option shows outdated/obsolete versions of packages and
+	  options that are hidden otherwise.
 
 if BR2_DEPRECATED