Skip to content

Commit

Permalink
Merge branch 'ld/p4-submit-hint'
Browse files Browse the repository at this point in the history
* ld/p4-submit-hint:
  git-p4: correct --prepare-p4-only instructions
  • Loading branch information
Junio C Hamano committed Feb 11, 2015
2 parents 7706d85 + 10de86d commit 5c9c3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-p4.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5c9c3df

Please sign in to comment.