patman: Change the location of patman path

Fix the location of patman path in README

Signed-off-by: Vikram Narayanan <vikram186@gmail.com>
Cc: Simon Glass <sjg@chromium.org>
This commit is contained in:
Vikram Narayanan 2012-04-27 06:39:31 +00:00 committed by Wolfgang Denk
parent 1713247ffe
commit 330a091c11
1 changed files with 3 additions and 3 deletions

View File

@ -93,17 +93,17 @@ How to run it
First do a dry run: 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 If it can't detect the upstream branch, try telling it how many patches
there are in your series: 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 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. 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 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. is useful if your top commit is for setting up testing.