Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-02-12 00:39:44 +0300
committerJunio C Hamano <gitster@pobox.com>2015-02-12 00:39:44 +0300
commit5c9c3dfaff886d9882252f03b7f5a11c435f5688 (patch)
treed5512834ccc72393bac8fc6b50bbc63ed2cd4dc1 /git-p4.py
parent7706d85453880b5ee7c092e79f610b0972c94a00 (diff)
parent10de86d0d57dfa6680e229bfa0aa8ed31382767e (diff)
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 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