You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@yetus.apache.org by aa...@apache.org on 2018/05/31 07:54:27 UTC

yetus git commit: YETUS-615. Fix a typo in smart-apply-patch

Repository: yetus
Updated Branches:
  refs/heads/master 0deacc46b -> 034f703c3


YETUS-615. Fix a typo in smart-apply-patch

Signed-off-by: Akira Ajisaka <aa...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/yetus/repo
Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/034f703c
Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/034f703c
Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/034f703c

Branch: refs/heads/master
Commit: 034f703c30a922c7c32e443e29149589236c7c2d
Parents: 0deacc4
Author: abhishek sharma <ab...@sigmoidanalytics.com>
Authored: Wed May 30 12:51:44 2018 +0530
Committer: Akira Ajisaka <aa...@apache.org>
Committed: Thu May 31 16:53:34 2018 +0900

----------------------------------------------------------------------
 precommit/smart-apply-patch.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/yetus/blob/034f703c/precommit/smart-apply-patch.sh
----------------------------------------------------------------------
diff --git a/precommit/smart-apply-patch.sh b/precommit/smart-apply-patch.sh
index 1746129..a5dd09b 100755
--- a/precommit/smart-apply-patch.sh
+++ b/precommit/smart-apply-patch.sh
@@ -96,7 +96,7 @@ function yetus_usage
   yetus_add_option "--modulelist=<list>" "Specify additional modules to test (comma delimited)"
   yetus_add_option "--offline" "Avoid connecting to the Internet"
   yetus_add_option "--patch-dir=<dir>" "The directory for working and output files (default '/tmp/yetus-(random))"
-  yetus_add_option "--personality=<file>" "he personality file to load"
+  yetus_add_option "--personality=<file>" "The personality file to load"
   yetus_add_option "--plugins=<list>" "Specify which plug-ins to add/delete (comma delimited; use 'all' for all found)"
   yetus_add_option "--project=<name>" "The short name for project currently using test-patch (default 'yetus')"
   yetus_add_option "--skip-system-plugins" "Do not load plugins from ${BINDIR}/test-patch.d"