diff options
Diffstat (limited to 'using-git.texinfo')
-rw-r--r-- | using-git.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/using-git.texinfo b/using-git.texinfo index 0a89b79..fe78da5 100644 --- a/using-git.texinfo +++ b/using-git.texinfo @@ -625,7 +625,7 @@ you began from @code{upstream/master}: git format-patch upstream/master @end example -This command with create a patch whose name +This command will create a patch whose name will be printed by @command{git format-patch}. Creating a patch this way will keep track |