]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin-push.c
push: fix english in non-fast-forward message
[thirdparty/git.git] / builtin-push.c
index 50328f4b08e6fc69bb80a9649df2065efb0a9b2c..86e1f920ff961bd37c8020b01013c65e048a6b64 100644 (file)
@@ -160,7 +160,7 @@ static int do_push(const char *repo, int flags)
                if (nonfastforward) {
                        printf("To prevent you from losing history, non-fast-forward updates were rejected.\n"
                               "Merge the remote changes before pushing again.\n"
-                              "See 'non-fast forward' section of 'git push --help' for details.\n");
+                              "See the 'non-fast forward' section of 'git push --help' for details.\n");
                }
                errs++;
        }