summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2015-02-11 13:39:44 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2015-02-11 13:39:44 -0800
commit5c9c3dfaff886d9882252f03b7f5a11c435f5688 (patch)
treed5512834ccc72393bac8fc6b50bbc63ed2cd4dc1
parentMerge branch 'ld/p4-exclude-in-sync' (diff)
parentgit-p4: correct --prepare-p4-only instructions (diff)
downloadtgif-5c9c3dfaff886d9882252f03b7f5a11c435f5688.tar.xz
Merge branch 'ld/p4-submit-hint'
* ld/p4-submit-hint: git-p4: correct --prepare-p4-only instructions
-rwxr-xr-xgit-p4.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-p4.py b/git-p4.py
index ad91057c5c..549022e97c 100755
--- a/git-p4.py
+++ b/git-p4.py
@@ -1442,7 +1442,7 @@ class P4Submit(Command, P4UserMap):
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