From owner-cvs-src@FreeBSD.ORG Sat May 31 18:04:26 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DDB5F106564A for ; Sat, 31 May 2008 18:04:26 +0000 (UTC) (envelope-from joerg@britannica.bec.de) Received: from www.pkgsrc-box.org (www.ostsee-abc.de [62.206.222.50]) by mx1.freebsd.org (Postfix) with ESMTP id 83BB08FC1F for ; Sat, 31 May 2008 18:04:26 +0000 (UTC) (envelope-from joerg@britannica.bec.de) Received: from britannica.bec.de (www.pkgsrc-box.org [127.0.0.1]) by www.pkgsrc-box.org (Postfix) with ESMTP id 78329E506A7 for ; Sat, 31 May 2008 18:04:24 +0000 (UTC) Received: by britannica.bec.de (Postfix, from userid 1000) id 022CA16FB9; Sat, 31 May 2008 20:04:29 +0200 (CEST) Date: Sat, 31 May 2008 20:04:29 +0200 From: Joerg Sonnenberger To: cvs-src@freebsd.org Message-ID: <20080531180429.GA2240@britannica.bec.de> References: <200805301426.m4UEQ92d025434@repoman.freebsd.org> <48405C4B.3050603@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48405C4B.3050603@FreeBSD.org> User-Agent: Mutt/1.5.17 (2007-11-01) Subject: Re: cvs commit: src/usr.sbin/pkg_install/add main.c pkg_add.1 src/usr.sbin/pkg_install/create main.c pkg_create.1 src/usr.sbin/pkg_install/delete main.c pkg_delete.1 src/usr.sbin/pkg_install/info main.c pkg_info.1 ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 May 2008 18:04:27 -0000 On Fri, May 30, 2008 at 12:58:03PM -0700, Maxim Sobolev wrote: > I am curious what is our policy on using long options in the base system > (if any)? I believe that pkg_install is the first non-contributed base > system utility to actually widely use it. Consider what happens when you want to split -f into different options that are more selective. Long options are more intuitive than random letters for that purpose. Joerg