git-p4: correct --prepare-p4-only instructions
commit10de86d0d57dfa6680e229bfa0aa8ed31382767e
authorLuke Diamand <luke@diamand.org>
Fri, 23 Jan 2015 09:15:12 +0000 (23 09:15 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 23 Jan 2015 22:44:14 +0000 (23 14:44 -0800)
treea12933d3aedf172e53f313aa3c9fa70d026ce90a
parentfdf96a20acf96a6ac538df8113b2aafd6ed71d50
git-p4: correct --prepare-p4-only instructions

If you use git-p4 with the "--prepare-p4-only" option, then
it prints the p4 command line to use. However, the command
line was incorrect: the changelist specification must be
supplied on standard input, not as an argument to p4.

Signed-off-by: Luke Diamand <luke@diamand.org>
Acked-by: Pete Wyckoff <pw@padd.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-p4.py