From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 13 Sep 2011 00:59:07 +0200 Subject: [U-Boot] [PATCH 5/5] NAND: Add scrub.quiet command option In-Reply-To: <201109121633.16895.vapier@gentoo.org> References: <1315800250-19761-1-git-send-email-marek.vasut@gmail.com> <201109121945.17407.marek.vasut@gmail.com> <201109121633.16895.vapier@gentoo.org> Message-ID: <201109130059.07414.marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Monday, September 12, 2011 10:33:16 PM Mike Frysinger wrote: > On Monday, September 12, 2011 13:45:17 Marek Vasut wrote: > > On Monday, September 12, 2011 06:45:43 PM Mike Frysinger wrote: > > > On Monday, September 12, 2011 00:04:10 Marek Vasut wrote: > > > > This allows the scrub command to scrub without asking the user if he > > > > really wants to scrub the area. Useful in scripts. > > > > > > "quiet" and "skip user input" are two different things. can you use a > > > more clean option like accepting "-y" to the "scrub" subcommand ? > > > > I'd prefer to have this hidden from common users as much as possible. > > ok, but i dont follow why that makes a difference to my feedback. "quiet" > does not mean "do not prompt the user". however, "scrub -y" does mean > "assume yes to the sanity prompts". > -mike Ok, you convinced me ... I added a -y option.