diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-02-11 13:39:44 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-02-11 13:39:44 -0800 |
commit | 5c9c3dfaff886d9882252f03b7f5a11c435f5688 (patch) | |
tree | d5512834ccc72393bac8fc6b50bbc63ed2cd4dc1 | |
parent | Merge branch 'ld/p4-exclude-in-sync' (diff) | |
parent | git-p4: correct --prepare-p4-only instructions (diff) | |
download | tgif-5c9c3dfaff886d9882252f03b7f5a11c435f5688.tar.xz |
Merge branch 'ld/p4-submit-hint'
* ld/p4-submit-hint:
git-p4: correct --prepare-p4-only instructions
-rwxr-xr-x | git-p4.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |