[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAK7LNAQ4+5Z3sqVapF9rbQ8KTmFy0O_Q8eLDVE15Obt+_m-dnQ@mail.gmail.com>
Date: Sun, 20 Dec 2020 00:57:05 +0900
From: Masahiro Yamada <masahiroy@...nel.org>
To: Randy Dunlap <rdunlap@...radead.org>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Andi Kleen <ak@...ux.intel.com>,
Linux Kbuild mailing list <linux-kbuild@...r.kernel.org>
Subject: Re: [PATCH] kconfig: config script: add a little user help
On Sun, Dec 20, 2020 at 12:47 AM Masahiro Yamada <masahiroy@...nel.org> wrote:
>
> On Sat, Dec 19, 2020 at 3:00 PM Randy Dunlap <rdunlap@...radead.org> wrote:
> >
> > Give the user a clue about the problem along with the 35 lines of
> > usage/help text.
> >
> > Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
> > Cc: Andi Kleen <ak@...ux.intel.com>
> > Cc: Masahiro Yamada <masahiroy@...nel.org>
> > Cc: linux-kbuild@...r.kernel.org
> > ---
> > scripts/config | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > --- linux-next-20201218.orig/scripts/config
> > +++ linux-next-20201218/scripts/config
> > @@ -223,6 +223,7 @@ while [ "$1" != "" ] ; do
> > ;;
> >
> > *)
> > + echo "bad cmd: $CMD"
>
> Please send this to stderr.
Also, "bad command" instead of "bad cmd"
>
>
>
> > usage
> > ;;
> > esac
>
>
>
> --
> Best Regards
> Masahiro Yamada
--
Best Regards
Masahiro Yamada
Powered by blists - more mailing lists