HADOOP-12339. wrong help message about --curl-cmd option. (Gabor Liptak via busbey)
Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/42fd07cb Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/42fd07cb Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/42fd07cb Branch: refs/heads/master Commit: 42fd07cb0cb60eafefafa787dbc0091a97dde71b Parents: 463891f Author: Sean Busbey <[email protected]> Authored: Wed Aug 19 21:51:09 2015 -0500 Committer: Sean Busbey <[email protected]> Committed: Wed Aug 19 21:51:25 2015 -0500 ---------------------------------------------------------------------- dev-support/test-patch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/42fd07cb/dev-support/test-patch.sh ---------------------------------------------------------------------- diff --git a/dev-support/test-patch.sh b/dev-support/test-patch.sh index 67dc3b4..4d4b63f 100755 --- a/dev-support/test-patch.sh +++ b/dev-support/test-patch.sh @@ -811,7 +811,7 @@ function testpatch_usage echo "Shell binary overrides:" echo "--ant-cmd=<cmd> The 'ant' command to use (default \${ANT_HOME}/bin/ant, or 'ant')" echo "--awk-cmd=<cmd> The 'awk' command to use (default 'awk')" - echo "--curl-cmd=<cmd> The 'wget' command to use (default 'curl')" + echo "--curl-cmd=<cmd> The 'curl' command to use (default 'curl')" echo "--diff-cmd=<cmd> The GNU-compatible 'diff' command to use (default 'diff')" echo "--file-cmd=<cmd> The 'file' command to use (default 'file')" echo "--git-cmd=<cmd> The 'git' command to use (default 'git')"
