X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-vc0-f182.google.com (mail-vc0-f182.google.com [209.85.220.182]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id A2FE1DC00F3 for ; Wed, 30 Apr 2014 17:54:02 +0000 (UTC) Received: by mail-vc0-f182.google.com with SMTP id lf12so2639464vcb.41 for ; Wed, 30 Apr 2014 10:54:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=NqHMafV7+T6ScajP4Dg//wGu7hOTmXXazhQGe3f485c=; b=WLujSUuZAmmiBcITzWXsa40DtAMkt31dHF2+VMevmYodXtM54qUnjzeW5Lzvt1h61O ekdb3B/i/iwqjSK9QYcGSTC8OogqEuWtvWnmZB3oShSrQV1XS6EwNiEsLNkTj4D3w+eA GvLm/xzvpxqgIgW1JiK9QleebGi/f0XTcZxZML9IB6P/8UV06Dvo5qtKuUa3+WiASWiR fvrDFlQ9GXHw/ghh60vGUJajal8qfUgBUYSWr8WRR6sLLxRavtI160bSVxAZJrnaW4hY AU9Cg40hz59TUmXxbkhVFK3Orlv7zcNCEg38yiGa70HTdtXN4mOw3FoSUrh1tLWFRXX0 5hmw== X-Received: by 10.220.196.82 with SMTP id ef18mr144834vcb.78.1398879976947; Wed, 30 Apr 2014 10:46:16 -0700 (PDT) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Received: by 10.220.136.74 with HTTP; Wed, 30 Apr 2014 10:45:56 -0700 (PDT) From: Alan Messias Date: Wed, 30 Apr 2014 14:45:56 -0300 Message-ID: Subject: [alpine-devel] [PATCH] - LBU showing more options on usage() To: Alpine Devel List Content-Type: multipart/alternative; boundary=001a1133db9c1c083504f8462013 --001a1133db9c1c083504f8462013 Content-Type: text/plain; charset=UTF-8 Let our users know the options availiable and let us add a shortcut for migrate_include_exclude: What do you think about this? --- a/lbu +++ b/lbu @@ -44,6 +44,8 @@ package (pkg) status (stat, st) list-backup (lb) + migrate_include_exclude (mie) + diff revert Common options: @@ -732,9 +734,9 @@ package|pkg) SUBCMD="package";; status|stat|st) SUBCMD="status";; list-backup|lb) SUBCMD="listbackup";; + migrate_include_exclude|mie) SUBCMD="migrate_include_exclude";; revert) SUBCMD="revert";; diff) SUBCMD="diff";; - migrate_include_exclude) SUBCMD="migrate_include_exclude";; *) usage;; esac -- alacerda *The nice thing about standards is that there are so many to choose from. And if you really don't like all the standards you just have to wait another year until the one arises you are looking for. -- A. Tanenbaum, "Introduction to Computer Networks"* --001a1133db9c1c083504f8462013 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Let our users know the options availiable and let us = add a shortcut for migrate_include_exclude:

What d= o you think about this?

--- a/lbu
+++ b/lbu
@@ -44,6 +44,8 @@
=C2=A0 =C2=A0package (pkg)<= /div>
=C2=A0 =C2=A0status (stat, st)
=C2=A0 =C2=A0list-backup= (lb)
+ =C2=A0migrate_include_exclude (mie)
+ =C2=A0dif= f
=C2=A0 =C2=A0revert

=C2=A0Common options:
@@ -732,9 +734,9 @@
= =C2=A0 =C2=A0 =C2=A0 =C2=A0 package|pkg) =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0SUBCMD=3D"package";;
=C2=A0 =C2=A0 =C2=A0 =C2=A0= status|stat|st) =C2=A0 =C2=A0 =C2=A0 =C2=A0 SUBCMD=3D"status";;<= /div>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 list-backup|lb) =C2=A0 =C2=A0 =C2=A0 = =C2=A0 SUBCMD=3D"listbackup";;
+ =C2=A0 =C2=A0 =C2=A0 migrate_include_exclude|mie) SUBCMD=3D"mig= rate_include_exclude";;
=C2=A0 =C2=A0 =C2=A0 =C2=A0 revert) = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 SUBCMD=3D"reve= rt";;
=C2=A0 =C2=A0 =C2=A0 =C2=A0 diff) =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 SUBCMD=3D"diff";;
- =C2=A0 =C2=A0 =C2=A0 migrate_include_exclude) SUBCMD=3D"migrate= _include_exclude";;
=C2=A0 =C2=A0 =C2=A0 =C2=A0 *) =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0usage;= ;
=C2=A0esac

--=C2=A0
alacerda

The nice thing abo= ut standards is that there are so many to choose from. And if you really do= n't like all the standards you just have to wait another year until the= one arises you are looking for.=C2=A0--<= /span>=C2=A0A. Tanenbaum, "In= troduction to Computer Networks"

--001a1133db9c1c083504f8462013-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---