From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41668) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vnr0a-0005UE-8F for qemu-devel@nongnu.org; Tue, 03 Dec 2013 09:31:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vnr0S-0002OT-PM for qemu-devel@nongnu.org; Tue, 03 Dec 2013 09:31:28 -0500 Received: from nodalink.pck.nerim.net ([62.212.105.220]:43128 helo=paradis.irqsave.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vnr0S-0002OL-FA for qemu-devel@nongnu.org; Tue, 03 Dec 2013 09:31:20 -0500 Date: Tue, 3 Dec 2013 15:31:16 +0100 From: =?iso-8859-1?Q?Beno=EEt?= Canet Message-ID: <20131203143115.GC19702@irqsave.net> References: <1386059127-30962-1-git-send-email-famz@redhat.com> <1386059127-30962-6-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <1386059127-30962-6-git-send-email-famz@redhat.com> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v5 5/6] qemu-iotests: Clean up spaces in usage output List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: kwolf@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com, WenchaoXia Le Tuesday 03 Dec 2013 =E0 16:25:26 (+0800), Fam Zheng a =E9crit : > Whitespace changes to align columns. >=20 > Signed-off-by: Fam Zheng > --- > tests/qemu-iotests/common | 14 ++++++-------- > 1 file changed, 6 insertions(+), 8 deletions(-) >=20 > diff --git a/tests/qemu-iotests/common b/tests/qemu-iotests/common > index b2a0944..3e0ecfb 100644 > --- a/tests/qemu-iotests/common > +++ b/tests/qemu-iotests/common > @@ -132,7 +132,7 @@ s/ .*//p > echo "Usage: $0 [options] [testlist]"' > =20 > common options > - -v verbose > + -v verbose > =20 > check options > -raw test raw (default) > @@ -148,20 +148,18 @@ check options > -sheepdog test sheepdog > -nbd test nbd > -ssh test ssh > - -xdiff graphical mode diff > - -nocache use O_DIRECT on backing file > - -misalign misalign memory allocations > - -n show me, do not run tests > + -xdiff graphical mode diff > + -nocache use O_DIRECT on backing file > + -misalign misalign memory allocations > + -n show me, do not run tests > -o options -o options to pass to qemu-img create/convert > - -T output timestamps > - -r randomize test order These two lines disapears. > -c mode cache mode > =20 > testlist options > -g group[,group...] include tests from these groups > -x group[,group...] exclude tests from these groups > NNN include test NNN > - NNN-NNN include test range (eg. 012-021) > + NNN-NNN include test range (eg. 012-021) > ' > exit 0 > ;; > --=20 > 1.8.4.2 >=20 >=20