X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 21006DC0097 for ; Mon, 1 Jul 2013 21:20:22 +0000 (UTC) Received: from compute1.internal (compute1.nyi.mail.srv.osa [10.202.2.41]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 1207320FA8 for ; Mon, 1 Jul 2013 17:20:19 -0400 (EDT) Received: from frontend2.nyi.mail.srv.osa ([10.202.2.161]) by compute1.internal (MEProxy); Mon, 01 Jul 2013 17:20:20 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=date:from:to:subject:message-id :references:mime-version:content-type:in-reply-to; s=smtpout; bh=HnD0y1esYj5nhnF4GhogXR6eqQM=; b=FgoayMp56WlfR8J9BjnDAmCgBOLe d6LnRvDt1NshtueiWjS5aIQY1rRlzAGqanzl+O/8hbGzgO2LGcLgHxXFfrCySCkH GpHX0Hfv5eV2k0Mkq1FuDFYw6VdxKH5x8a5HH/KLKAfz2H4l/5vqfHhw9qrV46XU T8Bi6EuICiKrAuU= X-Sasl-enc: 13NI5yxx/q5F/CVIhK6kYw4gtUCmSUo6cDLqFTTlpeeo 1372713619 Received: from localhost (unknown [69.86.161.244]) by mail.messagingengine.com (Postfix) with ESMTPA id A12F968044E for ; Mon, 1 Jul 2013 17:20:19 -0400 (EDT) Date: Mon, 1 Jul 2013 17:20:19 -0400 From: Dubiousjim To: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH 3/4] update-conf: accept long options Message-ID: <20130701212019.GD1550@zen> Mail-Followup-To: alpine-devel@lists.alpinelinux.org References: <6d0295ddc265976445cb2d46c6194db304e92386.1372713126.git.dubiousjim@gmail.com> 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: <6d0295ddc265976445cb2d46c6194db304e92386.1372713126.git.dubiousjim@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) On Mon, Jul 01, 2013 at 05:14:16PM -0400, Dubiousjim wrote: > --- > update-conf.in | 40 +++++++++++++++++++++++++--------------- > 1 file changed, 25 insertions(+), 15 deletions(-) > > diff --git a/update-conf.in b/update-conf.in > index 6a8ab16..da4208c 100644 > --- a/update-conf.in > +++ b/update-conf.in > @@ -10,14 +10,16 @@ init_tmpdir TMPD > LBUCACHE="$TMPD/lbucache" > > usage() { > - echo "$PROGRAM $VERSION > -Usage: $PROGAM [-aihl] > + cat >&2 << __EOF__ > +$PROGRAM $VERSION - TODO what is it? Whoops, so sorry I let that in there. The last quoted line should just be: +$PROGRAM @VERSION@ -- Dubiousjim dubiousjim@gmail.com --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---