From owner-svn-src-user@FreeBSD.ORG Fri Jan 1 18:47:49 2010 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F267C1065679; Fri, 1 Jan 2010 18:47:48 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id B494B8FC08; Fri, 1 Jan 2010 18:47:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id o01Ii4He069046; Fri, 1 Jan 2010 11:44:04 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Fri, 01 Jan 2010 11:44:40 -0700 (MST) Message-Id: <20100101.114440.239525524730500825.imp@bsdimp.com> To: kientzle@freebsd.org From: "M. Warner Losh" In-Reply-To: <4B3C4716.9020806@freebsd.org> References: <200912310609.nBV69XIS087894@svn.freebsd.org> <4B3C4716.9020806@freebsd.org> X-Mailer: Mew version 6.3 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: dougb@freebsd.org, src-committers@freebsd.org, svn-src-user@freebsd.org Subject: Re: svn commit: r201326 - user/dougb/portmaster X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jan 2010 18:47:49 -0000 In message: <4B3C4716.9020806@freebsd.org> Tim Kientzle writes: : Doug Barton wrote: : > Even though it's probably already obvious, add a hint as to what the : > non-default option is for the y/n prompts. : : > - echo -n " ===>>> Delete this dependency data? [n] " : > + echo -n " ===>>> Delete this dependency data? y/[n] " : : I've seen this done a little more clearly by using an : uppercase letter to indicate the default: [Y/n] This also seems the de-facto standard for doing this. The new echo above is something I've never seen before and is more confusing that the old echo above... Warner