From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Subject: [PATCH 1/5] fdtput: Fix nit in help message Date: Tue, 10 Jul 2012 05:56:44 -0700 Message-ID: <1341925008-10627-1-git-send-email-sjg@chromium.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: "devicetree-discuss" To: Devicetree Discuss List-Id: devicetree@vger.kernel.org There was an extra < in the help message, so fix it. Signed-off-by: Simon Glass --- fdtput.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fdtput.c b/fdtput.c index f6ebd24..244d1f1 100644 --- a/fdtput.c +++ b/fdtput.c @@ -162,7 +162,7 @@ static const char *usage_msg = "The command line arguments are joined together into a single value.\n" "\n" "Usage:\n" - " fdtput
< [...]\n" + " fdtput
[...]\n" "Options:\n" "\t-t \tType of data\n" "\t-v\t\tVerbose: display each value decoded from command line\n" -- 1.7.7.3