]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
patman: Change the location of patman path
authorVikram Narayanan <vikram186@gmail.com>
Fri, 27 Apr 2012 06:39:31 +0000 (06:39 +0000)
committerWolfgang Denk <wd@denx.de>
Mon, 30 Apr 2012 07:57:48 +0000 (09:57 +0200)
Fix the location of patman path in README

Signed-off-by: Vikram Narayanan <vikram186@gmail.com>
Cc: Simon Glass <sjg@chromium.org>
tools/patman/README

index d9820abd0ab4c5f85e0f90d490cdcf2602fd92ab..7ba9e804d5f861527d50b0011ea4f93c91c4b058 100644 (file)
@@ -93,17 +93,17 @@ How to run it
 
 First do a dry run:
 
-$ ./tools/scripts/patman/patman -n
+$ ./tools/patman/patman -n
 
 If it can't detect the upstream branch, try telling it how many patches
 there are in your series:
 
-$ ./tools/scripts/patman/patman -n -c5
+$ ./tools/patman/patman -n -c5
 
 This will create patch files in your current directory and tell you who
 it is thinking of sending them to. Take a look at the patch files.
 
-$ ./tools/scripts/patman/patman -n -c5 -s1
+$ ./tools/patman/patman -n -c5 -s1
 
 Similar to the above, but skip the first commit and take the next 5. This
 is useful if your top commit is for setting up testing.