summaryrefslogtreecommitdiff
path: root/git-p4.py
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-02-11 21:39:44 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-02-11 21:39:44 (GMT)
commit5c9c3dfaff886d9882252f03b7f5a11c435f5688 (patch)
treed5512834ccc72393bac8fc6b50bbc63ed2cd4dc1 /git-p4.py
parent7706d85453880b5ee7c092e79f610b0972c94a00 (diff)
parent10de86d0d57dfa6680e229bfa0aa8ed31382767e (diff)
downloadgit-5c9c3dfaff886d9882252f03b7f5a11c435f5688.zip
git-5c9c3dfaff886d9882252f03b7f5a11c435f5688.tar.gz
git-5c9c3dfaff886d9882252f03b7f5a11c435f5688.tar.bz2
Merge branch 'ld/p4-submit-hint'
* ld/p4-submit-hint: git-p4: correct --prepare-p4-only instructions
Diffstat (limited to 'git-p4.py')
-rwxr-xr-xgit-p4.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-p4.py b/git-p4.py
index ad91057..549022e 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