]> git.ipfire.org Git - thirdparty/make.git/commitdiff
* README.template: Clean up patch submission information
authorPaul Smith <psmith@gnu.org>
Mon, 20 Dec 2021 05:31:05 +0000 (00:31 -0500)
committerPaul Smith <psmith@gnu.org>
Wed, 29 Dec 2021 20:26:54 +0000 (15:26 -0500)
README.template

index 215d749c61f4a2294e4df5c05aaf0482ea2373a5..c08e17c0a13a1a61f384d0cee73b3873d01ee027 100644 (file)
@@ -89,10 +89,10 @@ If you need help using GNU make, try these forums:
 Submitting Patches
 ------------------
 
-If you'd like to propose a patch for changes to GNU make, you should create a
-patch with your changes.  If you're making your changes in a Git workspace you
-can run "git format-patch" to create a patch file.  If not, you can use the
-patch(1) utility.
+If you'd like to propose a change to GNU make, you can provide a patch with
+your changes.  If you are making your changes in a Git workspace you can run
+"git format-patch" to create a patch file.  If not, you can use the diff(1)
+utility to create a patch file; please use "diff -u".
 
 Once you have a patch you can submit it in any of these ways: