Skip to content

Commit 5c9c3df

Browse files
committed
Merge branch 'ld/p4-submit-hint'
* ld/p4-submit-hint: git-p4: correct --prepare-p4-only instructions
2 parents 7706d85 + 10de86d commit 5c9c3df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-p4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1442,7 +1442,7 @@ def applyCommit(self, id):
14421442
print " " + self.clientPath
14431443
print
14441444
print "To submit, use \"p4 submit\" to write a new description,"
1445-
print "or \"p4 submit -i %s\" to use the one prepared by" \
1445+
print "or \"p4 submit -i <%s\" to use the one prepared by" \
14461446
" \"git p4\"." % fileName
14471447
print "You can delete the file \"%s\" when finished." % fileName
14481448

0 commit comments

Comments
 (0)