From patchwork Mon Jul 8 19:18:31 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Glass X-Patchwork-Id: 1129280 X-Patchwork-Delegate: sjg@chromium.org Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=chromium.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=chromium.org header.i=@chromium.org header.b="BuwjpD0j"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 45jFss66v0z9sNH for ; Tue, 9 Jul 2019 05:30:39 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 91D2FC21DA6; Mon, 8 Jul 2019 19:25:54 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 10F31C21E18; Mon, 8 Jul 2019 19:21:28 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id BBBF5C21DB6; Mon, 8 Jul 2019 19:21:13 +0000 (UTC) Received: from mail-io1-f66.google.com (mail-io1-f66.google.com [209.85.166.66]) by lists.denx.de (Postfix) with ESMTPS id 05A11C21DFD for ; Mon, 8 Jul 2019 19:21:09 +0000 (UTC) Received: by mail-io1-f66.google.com with SMTP id z3so22878719iog.0 for ; Mon, 08 Jul 2019 12:21:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=AUzIgPGH/PJUm6gX49Yic/ksdM2+hKAbLQdk5RNmvbg=; b=BuwjpD0jw5TpUsFql6WN2xu18A2lplRbCCa09OiC7cH7Q1viGHKod1nFpWp4Mp4Do3 RvXENf6YysmSAzxN+QQdY6vT5TmIbJSGMtT+d+Vyp28mbBnzP2cfNEekXBB2/YTx4RJS THKfq2osh4DrM5bGaEQjHxZTiDvxf6N0q0Tq4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=AUzIgPGH/PJUm6gX49Yic/ksdM2+hKAbLQdk5RNmvbg=; b=kTdDWf/qG/tEBvJIORqB8D1QZjkkYH0AJTxLsxK113LTBtWAZGg2N+deJ4ub8gE2om Bk+H18wS4QPfh6xWq2K096VXFMa0JKyFDp84CUufNKZ8rtxjQA+/R+Hfp+2PfuhfNLRy 2BjUJn6t4envupVJp74sbugZE1dCIpuyPemT0illoDOFDZmovjnBgnTTFuWbgAii7HDg 1vBAeBTXB9sT7DkBJarrcZfGPW4jWqscFzYnbQJmEdwSNsBIOmqsEfMEH0FrE2gqaFZF AAt69J9A4qx19oz/UtTmR+RxhaWNMf+bO9QVFdE5dsWwck6KSVBy3jM74yjpwGokvhwS 6S7Q== X-Gm-Message-State: APjAAAU0m6Z9GA0oVWEO6sdlA4TqUSL/VD1dNKmw9oQEdl8lOEtgGaAx gkILWXzn+7pVBzWWydq2O6Fx3UNpUgY= X-Google-Smtp-Source: APXvYqyk54l0drr/0x6E5VIMvIa8sEiBLi+ooZyhWz1D+GrRD2n+0mVd7k+qIejyNNpDcW9Ak8QzWg== X-Received: by 2002:a02:c65a:: with SMTP id k26mr16917969jan.18.1562613667930; Mon, 08 Jul 2019 12:21:07 -0700 (PDT) Received: from kiwi.bld.corp.google.com ([2620:15c:183:0:8223:87c:a681:66aa]) by smtp.gmail.com with ESMTPSA id j1sm15545094iop.14.2019.07.08.12.21.07 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Mon, 08 Jul 2019 12:21:07 -0700 (PDT) From: Simon Glass To: U-Boot Mailing List Date: Mon, 8 Jul 2019 13:18:31 -0600 Message-Id: <20190708191856.138863-13-sjg@chromium.org> X-Mailer: git-send-email 2.22.0.410.gd8fdbe21b5-goog In-Reply-To: <20190708191856.138863-1-sjg@chromium.org> References: <20190708191856.138863-1-sjg@chromium.org> MIME-Version: 1.0 Subject: [U-Boot] [PATCH v2 12/37] binman: Tidy up help for --indir X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 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" The current help is confusing. Adjust it to indicate what the flag actually does. Signed-off-by: Simon Glass Signed-off-by: Simon Glass --- Changes in v2: None tools/binman/cmdline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/binman/cmdline.py b/tools/binman/cmdline.py index ee19c5e33fe..39b835666ea 100644 --- a/tools/binman/cmdline.py +++ b/tools/binman/cmdline.py @@ -35,7 +35,7 @@ def ParseArgs(argv): parser.add_option('-i', '--image', type='string', action='append', help='Image filename to build (if not specified, build all)') parser.add_option('-I', '--indir', action='append', - help='Add a path to a directory to use for input files') + help='Add a path to the list of directories to use for input files') parser.add_option('-H', '--full-help', action='store_true', default=False, help='Display the README file') parser.add_option('-m', '--map', action='store_true',