From owner-svn-src-user@FreeBSD.ORG Thu Dec 31 07:06:01 2009 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 3741B106568B for ; Thu, 31 Dec 2009 07:06:01 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from monday.kientzle.com (kientzle.com [66.166.149.50]) by mx1.freebsd.org (Postfix) with ESMTP id B0FAA8FC0C for ; Thu, 31 Dec 2009 07:06:00 +0000 (UTC) Received: (from root@localhost) by monday.kientzle.com (8.14.3/8.14.3) id nBV6csjx046243; Thu, 31 Dec 2009 06:38:54 GMT (envelope-from kientzle@freebsd.org) Received: from dark.x.kientzle.com (fw2.kientzle.com [10.123.1.2]) by kientzle.com with SMTP id gjwug4v4tmb9zbexg4vre3g35w; Thu, 31 Dec 2009 06:38:53 +0000 (UTC) (envelope-from kientzle@freebsd.org) Message-ID: <4B3C4716.9020806@freebsd.org> Date: Wed, 30 Dec 2009 22:39:18 -0800 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.21) Gecko/20090601 SeaMonkey/1.1.16 MIME-Version: 1.0 To: Doug Barton References: <200912310609.nBV69XIS087894@svn.freebsd.org> In-Reply-To: <200912310609.nBV69XIS087894@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: 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: Thu, 31 Dec 2009 07:06:01 -0000 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] Tim