diff mbox

[U-Boot,v1,1/1] patman: README documentation nits

Message ID 1372317147-22099-1-git-send-email-gsi@denx.de
State Superseded
Delegated to: Simon Glass
Headers show

Commit Message

Gerhard Sittig June 27, 2013, 7:12 a.m. UTC
the -t flag appears to have a different meaning now, refer to the
--test option for the builtin unit test, and adjust a directory
location (it's 'tools/patman' instead of 'tools/scripts/patman')

Signed-off-by: Gerhard Sittig <gsi@denx.de>
---
 tools/patman/README |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Simon Glass June 27, 2013, 7:16 a.m. UTC | #1
On Thu, Jun 27, 2013 at 12:12 AM, Gerhard Sittig <gsi@denx.de> wrote:

> the -t flag appears to have a different meaning now, refer to the
> --test option for the builtin unit test, and adjust a directory
> location (it's 'tools/patman' instead of 'tools/scripts/patman')
>
> Signed-off-by: Gerhard Sittig <gsi@denx.de>
>

Acked-by: Simon Glass <sjg@chromium.org>

Thanks!
diff mbox

Patch

diff --git a/tools/patman/README b/tools/patman/README
index 8cffcd1..b26573a 100644
--- a/tools/patman/README
+++ b/tools/patman/README
@@ -452,12 +452,12 @@  Most of these are indicated by a TODO in the code.
 
 It would be nice if this could handle the In-reply-to side of things.
 
-The tests are incomplete, as is customary. Use the -t flag to run them,
+The tests are incomplete, as is customary. Use the --test flag to run them,
 and make sure you are in the tools/scripts/patman directory first:
 
     $ cd /path/to/u-boot
-    $ cd tools/scripts/patman
-    $ patman -t
+    $ cd tools/patman
+    $ patman --test
 
 Error handling doesn't always produce friendly error messages - e.g.
 putting an incorrect tag in a commit may provide a confusing message.