From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Jackson Subject: [OSSTEST PATCH 10/26] cs-adjust-flight: Add some missing doc comment info Date: Fri, 25 Sep 2015 20:15:06 +0100 Message-ID: <1443208522-24905-2-git-send-email-ian.jackson@eu.citrix.com> References: <1443181028-22705-1-git-send-email-ian.jackson@eu.citrix.com> <1443208522-24905-1-git-send-email-ian.jackson@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZfYTW-0001cd-PK for xen-devel@lists.xenproject.org; Fri, 25 Sep 2015 19:16:06 +0000 In-Reply-To: <1443208522-24905-1-git-send-email-ian.jackson@eu.citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xenproject.org Cc: Robert Ho , Ian Jackson , Ian Campbell List-Id: xen-devel@lists.xenproject.org Signed-off-by: Ian Jackson --- v14: New patch --- cs-adjust-flight | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/cs-adjust-flight b/cs-adjust-flight index 834e2c8..a7b50f5 100755 --- a/cs-adjust-flight +++ b/cs-adjust-flight @@ -22,6 +22,14 @@ # . means all jobs # ^ means $foo =~ m/^/ # / means $foo =~ m// +# +# : +# +# new: +# +# options: +# -v verbose - list changes to stderr +# -D debugging output to stderr # This is part of "osstest", an automated testing framework for Xen. # Copyright (C) 2009-2013 Citrix Inc. -- 1.7.10.4