From patchwork Wed Aug 29 15:07:29 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chris Van Hoof X-Patchwork-Id: 180715 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id 75C6E2C0334 for ; Thu, 30 Aug 2012 01:07:36 +1000 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1T6jr1-0008Uf-Ar; Wed, 29 Aug 2012 15:06:51 +0000 Received: from cdptpa-omtalb.mail.rr.com ([75.180.132.120]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1T6jqz-0008Ua-Ol for fwts-devel@lists.ubuntu.com; Wed, 29 Aug 2012 15:06:49 +0000 X-Authority-Analysis: v=2.0 cv=OtDNOlDt c=1 sm=0 a=jrUOvm/RFT1SBfzjC7VLzg==:17 a=JJJANRHvMM0A:10 a=ZR3r4AjL_ocA:10 a=1XB9yynOT10A:10 a=jPobdrk9bcQA:10 a=DfNHnWVPAAAA:8 a=YWVU70WkAAAA:8 a=3wc4v3lG21O0GcadAsoA:9 a=lBRciGGoxdUA:10 a=V3xc6IAnq0QA:10 a=jrUOvm/RFT1SBfzjC7VLzg==:117 X-Cloudmark-Score: 0 X-Originating-IP: 174.109.107.185 Received: from [174.109.107.185] ([174.109.107.185:26504] helo=hatori.itb.ouwish.com) by cdptpa-oedge01.mail.rr.com (envelope-from ) (ecelerity 2.2.3.46 r()) with ESMTP id 21/6E-29356-4303E305; Wed, 29 Aug 2012 15:07:33 +0000 Received: from hatori.itb.ouwish.com (localhost [127.0.0.1]) by hatori.itb.ouwish.com (8.14.4/8.14.4/Debian-2ubuntu2) with ESMTP id q7TF7V6X016684; Wed, 29 Aug 2012 11:07:31 -0400 Received: (from vanhoof@localhost) by hatori.itb.ouwish.com (8.14.4/8.14.4/Submit) id q7TF7Vq1016683; Wed, 29 Aug 2012 11:07:31 -0400 From: Chris Van Hoof To: fwts-devel@lists.ubuntu.com Subject: [PATCH 2/2] fwts-collect: reference sudo requirement in show_help() Date: Wed, 29 Aug 2012 11:07:29 -0400 Message-Id: <1346252849-16641-1-git-send-email-vanhoof@canonical.com> X-Mailer: git-send-email 1.7.9.5 X-BeenThere: fwts-devel@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Firmware Test Suite Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: fwts-devel-bounces@lists.ubuntu.com Errors-To: fwts-devel-bounces@lists.ubuntu.com Signed-off-by: Chris Van Hoof Acked-by: Colin Ian King Acked-by: Alex Hung --- scripts/fwts-collect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/fwts-collect b/scripts/fwts-collect index 0b5838a..a4ef2bf 100755 --- a/scripts/fwts-collect +++ b/scripts/fwts-collect @@ -55,7 +55,7 @@ basic logs and system related information, but one can also specify extra files to add to the archive too. example: - fwts-collect report.log /var/log/messages + sudo fwts-collect report.log /var/log/messages EOD }