]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
patchtest: Fix minor README typo
authorSofiane HAMAM <sofiane.hamam@smile.fr>
Mon, 10 Mar 2025 09:10:40 +0000 (10:10 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 13 Mar 2025 10:39:42 +0000 (10:39 +0000)
Fix minor typo in patchtest.README.

Signed-off-by: Sofiane HAMAM <sofiane.hamam@smile.fr>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/patchtest.README

index 816406ff540f0f8bd4ed9581178ade442a2c67dd..3c1ee1af1d6c13bfe37a57b956d3af0c971cdb76 100644 (file)
@@ -69,7 +69,7 @@ the target project, but these parameters can be configured using the `--limit`,
 To run patchtest on the host, do the following:
 
 1. In openembedded-core/poky, do `source oe-init-build-env`
-2. Generate patch files from the target repository by doing `git-format patch -N`,
+2. Generate patch files from the target repository by doing `git format-patch -N`,
    where N is the number of patches starting at HEAD, or by using git-pw
    or patchtest-get-series
 3. Run patchtest on a patch file by doing the following: