From owner-svn-src-head@FreeBSD.ORG Wed Jul 22 08:51:13 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF3161065691; Wed, 22 Jul 2009 08:51:13 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.freebsd.org (Postfix) with ESMTP id 51F358FC19; Wed, 22 Jul 2009 08:51:12 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.14.3/8.14.3) with ESMTP id n6M8pBMa029697; Wed, 22 Jul 2009 12:51:11 +0400 (MSD) (envelope-from marck@rinet.ru) Date: Wed, 22 Jul 2009 12:51:11 +0400 (MSD) From: Dmitry Morozovsky To: Colin Percival In-Reply-To: <200907220350.n6M3osaj030202@svn.freebsd.org> Message-ID: References: <200907220350.n6M3osaj030202@svn.freebsd.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) X-NCC-RegID: ru.rinet X-OpenPGP-Key-ID: 6B691B03 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.2 (woozle.rinet.ru [0.0.0.0]); Wed, 22 Jul 2009 12:51:11 +0400 (MSD) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r195817 - head/usr.sbin/sysinstall X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jul 2009 08:51:14 -0000 On Wed, 22 Jul 2009, Colin Percival wrote: CP> Modified: head/usr.sbin/sysinstall/disks.c CP> ============================================================================== CP> --- head/usr.sbin/sysinstall/disks.c Wed Jul 22 01:07:49 2009 (r195816) CP> +++ head/usr.sbin/sysinstall/disks.c Wed Jul 22 03:50:54 2009 (r195817) CP> @@ -205,7 +205,7 @@ static void CP> print_command_summary(void) CP> { CP> mvprintw(14, 0, "The following commands are supported (in upper or lower case):"); CP> - mvprintw(16, 0, "A = Use Entire Disk G = set Drive Geometry C = Create Slice F = `DD' mode"); CP> + mvprintw(16, 0, "A = Use Entire Disk G = set Drive Geometry C = Create Slice"); CP> mvprintw(17, 0, "D = Delete Slice Z = Toggle Size Units S = Set Bootable | = Wizard m."); CP> mvprintw(18, 0, "T = Change Type U = Undo All Changes Q = Finish"); CP> if (!RunningAsInit) While you're here, don't you think it's time to rename Wizard mode to Expert mode to not confuse users too much? -- Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] [ FreeBSD committer: marck@FreeBSD.org ] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------