Repository: yetus Updated Branches: refs/heads/master 2db6e7a1a -> a7a404c47
HADOOP-12399. Wrong help messages in some test-patch plugins (Jagadesh Kiran N via aw) Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/a7a404c4 Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/a7a404c4 Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/a7a404c4 Branch: refs/heads/master Commit: a7a404c478baef04491f0075395eaa8aae54e3c7 Parents: 2db6e7a Author: Allen Wittenauer <[email protected]> Authored: Tue Sep 22 19:26:05 2015 -0700 Committer: Allen Wittenauer <[email protected]> Committed: Tue Sep 22 20:12:43 2015 -0700 ---------------------------------------------------------------------- dev-support/personality/bigtop.sh | 2 +- dev-support/test-patch.d/gradle.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/a7a404c4/dev-support/personality/bigtop.sh ---------------------------------------------------------------------- diff --git a/dev-support/personality/bigtop.sh b/dev-support/personality/bigtop.sh index e467bd1..33bb0f0 100755 --- a/dev-support/personality/bigtop.sh +++ b/dev-support/personality/bigtop.sh @@ -32,7 +32,7 @@ add_plugin bigtop function bigtop_usage { echo "Bigtop specific:" - echo "--bigtop-puppetsetup=[false|true] execute the bigtop dev setup (needs sudo to root)" + echo "--bigtop-puppet=[false|true] execute the bigtop puppet setup (needs sudo to root)" } function bigtop_parse_args http://git-wip-us.apache.org/repos/asf/yetus/blob/a7a404c4/dev-support/test-patch.d/gradle.sh ---------------------------------------------------------------------- diff --git a/dev-support/test-patch.d/gradle.sh b/dev-support/test-patch.d/gradle.sh index 353eb91..fbf3529 100755 --- a/dev-support/test-patch.d/gradle.sh +++ b/dev-support/test-patch.d/gradle.sh @@ -22,7 +22,7 @@ function gradle_usage { echo "gradle specific:" echo "--gradle-cmd=<cmd> The 'gradle' command to use (default 'gradle')" - echo "--gradlew-cmd=<cmd> The 'gradle' command to use (default 'basedir/gradlew')" + echo "--gradlew-cmd=<cmd> The 'gradlew' command to use (default 'basedir/gradlew')" } function gradle_parse_args
