Do not use a dash between git and its subcommand
authorMatt Kraai <kraai@ftbfs.org>
Fri, 19 Dec 2008 20:42:27 +0000 (12:42 -0800)
committerVincent Pit <perl@profvince.com>
Sat, 20 Dec 2008 10:10:35 +0000 (11:10 +0100)
Using a dash between git and its subcommand (e.g., git-format-patch)
is deprecated, so replace it with a space.

pod/perlrepository.pod

index 15869eb..d8c540a 100644 (file)
@@ -152,7 +152,7 @@ Now commit your change locally:
 
 Now you should create a patch file for all your local changes:
 
-  % git-format-patch origin
+  % git format-patch origin
   0001-Rename-Leon-Brocard-to-Orange-Brocard.patch
 
 You should now send an email to perl5-porters@perl.org with a
@@ -181,7 +181,7 @@ switch into it:
 
 Now we should apply the patch:
 
-  % git-am 0001-Rename-Leon-Brocard-to-Orange-Brocard.patch
+  % git am 0001-Rename-Leon-Brocard-to-Orange-Brocard.patch
   Applying Rename Leon Brocard to Orange Brocard
 
 Now we can inspect the change: