X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-pa0-f53.google.com (mail-pa0-f53.google.com [209.85.220.53]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 66CD0DC0169 for ; Mon, 30 Jun 2014 07:13:01 +0000 (UTC) Received: by mail-pa0-f53.google.com with SMTP id ey11so8030022pad.26 for ; Mon, 30 Jun 2014 00:13:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=8iOYx0wk9qYqPkKYyNAIl++E2Pwynf98R/vLMWgWimo=; b=SHL67ij9Oi2jemd2w7/bXTVgDoFkHG4baeZS+4DPJqwjTKgTmxvn55V0g3F2FXq2lA JNM8qjW9YyKuirKyp2VFPkOboeJnwEaUALnYeUptf09sPknRpRBDEGdiKvDz0ruMJuzD H399MW+ZpKMhmEBLITbl6WQHB5cOok61rpb+2XkctW35y+20FS6CkiO7hGMUI5OV9L0A ogKbZFwTMi3vfY383zlnYsnYA98v7uWSFsCoXUV3IW6L/4teMmAYmZZ844CPDrDF80qd y4XzB4kiVes383q+1mK9wTCoI0auDKzyi2xDL1mpcsw+UseKJQAHnI212VtvMgMFyTGK UNKA== X-Received: by 10.68.106.101 with SMTP id gt5mr29298037pbb.134.1404112380563; Mon, 30 Jun 2014 00:13:00 -0700 (PDT) Received: from newbook ([50.0.227.219]) by mx.google.com with ESMTPSA id fm8sm95069192pab.28.2014.06.30.00.12.59 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 30 Jun 2014 00:13:00 -0700 (PDT) Date: Mon, 30 Jun 2014 00:13:24 -0700 From: Isaac Dunham To: Natanael Copa Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH] Add "-s" short option for "--simulate" Message-ID: <20140630071323.GA9193@newbook> References: <1404009591-1984-1-git-send-email-ibid.ag@gmail.com> <20140630085556.297136e7@ncopa-desktop.alpinelinux.org> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140630085556.297136e7@ncopa-desktop.alpinelinux.org> User-Agent: Mutt/1.5.23 (2014-03-12) On Mon, Jun 30, 2014 at 08:55:56AM +0200, Natanael Copa wrote: > On Sat, 28 Jun 2014 19:39:51 -0700 > Isaac Dunham wrote: > > > Typing the long option gets old. > > --- > > src/apk.c | 10 +++++----- > > 1 file changed, 5 insertions(+), 5 deletions(-) > > Have you checked that it does not break apk info -s ? (for displaying size usage) I had not. And it does break it. My apologies. Thanks, Isaac Dunham --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---