From patchwork Mon Apr 27 23:44:58 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: maxin.john@enea.com X-Patchwork-Id: 465298 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id AA03F1400B7 for ; Tue, 28 Apr 2015 09:50:48 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 377AF4BB4C; Tue, 28 Apr 2015 01:50:47 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8zamupX8qrEv; Tue, 28 Apr 2015 01:50:46 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 88CF24BB02; Tue, 28 Apr 2015 01:50:46 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 9F3434BB02 for ; Tue, 28 Apr 2015 01:50:43 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cxcOGJRgqCuu for ; Tue, 28 Apr 2015 01:50:43 +0200 (CEST) X-Greylist: delayed 335 seconds by postgrey-1.34 at theia; Tue, 28 Apr 2015 01:50:42 CEST X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mx-3.enea.com (sestofw01.enea.se [192.36.1.252]) by theia.denx.de (Postfix) with SMTP id 5F2014BAF5 for ; Tue, 28 Apr 2015 01:50:42 +0200 (CEST) Received: from maxin-HP-EliteBook-Folio-9470m.enea.se (192.168.201.202) by smtp.enea.com (172.21.1.209) with Microsoft SMTP Server id 14.3.224.2; Tue, 28 Apr 2015 01:45:06 +0200 From: "Maxin B. John" To: Date: Tue, 28 Apr 2015 01:44:58 +0200 Message-ID: <1430178298-14821-1-git-send-email-maxin.john@enea.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Received-SPF: None (SESTOEX03.enea.se: maxin.john@enea.com does not designate permitted sender hosts) Cc: trini@konsulko.com, swarren@nvidia.com Subject: [U-Boot] [PATCH] cmd_part: fix usage text X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Fix the usage info from: part part uuid : to part uuid : Signed-off-by: Maxin B. John Reviewed-By: Sjoerd Simons :\n" + "uuid :\n" " - print partition UUID\n" "part uuid : \n" " - set environment variable to partition UUID\n"