From patchwork Thu Jan 19 16:49:13 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?S=C3=A9bastien_Szymanski?= X-Patchwork-Id: 717227 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 3v49C43xS9z9s2Q for ; Fri, 20 Jan 2017 04:03:12 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 34563B3882; Thu, 19 Jan 2017 18:03:09 +0100 (CET) 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 Pn5v9Lhtgsr9; Thu, 19 Jan 2017 18:03:08 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 78C78A760B; Thu, 19 Jan 2017 18:03:08 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C9226A760B for ; Thu, 19 Jan 2017 18:03:04 +0100 (CET) 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 gD06Ejj1-rIv for ; Thu, 19 Jan 2017 18:03:04 +0100 (CET) X-Greylist: delayed 1113 seconds by postgrey-1.34 at theia; Thu, 19 Jan 2017 18:03:00 CET 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 mo173.mail-out.ovh.net (mo173.mail-out.ovh.net [178.32.228.173]) by theia.denx.de (Postfix) with ESMTPS id 8E98DA760A for ; Thu, 19 Jan 2017 18:03:00 +0100 (CET) Received: from player687.ha.ovh.net (b9.ovh.net [213.186.33.59]) by mo173.mail-out.ovh.net (Postfix) with ESMTP id 16595187FA for ; Thu, 19 Jan 2017 17:44:26 +0100 (CET) Received: from localhost.localdomain (199.11.140.77.rev.sfr.net [77.140.11.199]) (Authenticated sender: sebastien.szymanski@armadeus.com) by player687.ha.ovh.net (Postfix) with ESMTPSA id AEC352C0095; Thu, 19 Jan 2017 17:44:19 +0100 (CET) From: =?UTF-8?q?S=C3=A9bastien=20Szymanski?= To: u-boot@lists.denx.de Date: Thu, 19 Jan 2017 17:49:13 +0100 Message-Id: <1484844553-22667-1-git-send-email-sebastien.szymanski@armadeus.com> X-Mailer: git-send-email 2.7.3 MIME-Version: 1.0 X-Ovh-Tracer-Id: 17071175862799193113 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -100 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeelgedrgedugdekkecutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfqggfjpdevjffgvefmvefgnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd Cc: Stefan Roese , Przemyslaw Marczak Subject: [U-Boot] [PATCH 1/1] cmd/host: add missing \n in help 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" Signed-off-by: Sébastien Szymanski Reviewed-by: Simon Glass --- cmd/host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/host.c b/cmd/host.c index 515621b..080b7cf 100644 --- a/cmd/host.c +++ b/cmd/host.c @@ -181,7 +181,7 @@ U_BOOT_CMD( "host ls hostfs - - list files on host\n" "host save hostfs - [] - " "save a file to host\n" - "host size hostfs - - determine size of file on host" + "host size hostfs - - determine size of file on host\n" "host bind [] - bind \"host\" device to file\n" "host info [] - show device binding & info\n" "host dev [] - Set or retrieve the current host device\n"