]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin-log.c
git-rev-list: Add regexp tuning options
[thirdparty/git.git] / builtin-log.c
index 38bf52f1006fd991175621734e11e4d23f4b23de..37447123f924149f012a298eaf31dacb0c87b724 100644 (file)
@@ -454,7 +454,7 @@ int cmd_format_patch(int argc, const char **argv, const char *prefix)
 
        /*
         * Parse the arguments before setup_revisions(), or something
-        * like "git fmt-patch -o a123 HEAD^.." may fail; a123 is
+        * like "git format-patch -o a123 HEAD^.." may fail; a123 is
         * possibly a valid SHA1.
         */
        for (i = 1, j = 1; i < argc; i++) {