git-p4: correct --prepare-p4-only instructions
[gitweb.git] / git-p4.py
index ff132b2117c5ed7529d6b1237a9f26069cb4ef8a..90447de6a1fece922d1f6ccfecc3e92e92537da5 100755 (executable)
--- a/git-p4.py
+++ b/git-p4.py
@@ -1442,7 +1442,7 @@ def applyCommit(self, id):
             print "  " + self.clientPath
             print
             print "To submit, use \"p4 submit\" to write a new description,"
-            print "or \"p4 submit -i %s\" to use the one prepared by" \
+            print "or \"p4 submit -i <%s\" to use the one prepared by" \
                   " \"git p4\"." % fileName
             print "You can delete the file \"%s\" when finished." % fileName