This is an automated email from the ASF dual-hosted git repository.

jensdeppe pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new c03072d  GEODE-4645: Update help string for create region 
--if-not-exists (#1431)
c03072d is described below

commit c03072ddb5454b878f23510405a779261237e0a5
Author: Jens Deppe <jde...@pivotal.io>
AuthorDate: Tue Feb 13 10:56:49 2018 -0800

    GEODE-4645: Update help string for create region --if-not-exists (#1431)
---
 .../java/org/apache/geode/management/internal/cli/i18n/CliStrings.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/geode-core/src/main/java/org/apache/geode/management/internal/cli/i18n/CliStrings.java
 
b/geode-core/src/main/java/org/apache/geode/management/internal/cli/i18n/CliStrings.java
index b502756..fe82874 100644
--- 
a/geode-core/src/main/java/org/apache/geode/management/internal/cli/i18n/CliStrings.java
+++ 
b/geode-core/src/main/java/org/apache/geode/management/internal/cli/i18n/CliStrings.java
@@ -830,7 +830,7 @@ public class CliStrings {
       "(Deprecated: Use --if-not-exists) Skip region creation if the region 
already exists.";
   public static final String CREATE_REGION__IFNOTEXISTS = "if-not-exists";
   public static final String CREATE_REGION__IFNOTEXISTS__HELP =
-      "Skip region creation if the region already exists.";
+      "By default, an attempt to create a duplicate region is reported as an 
error. If this option is specified without a value or is specified with a value 
of true, then gfsh displays a \"Skipping...\" acknowledgement, but does not 
throw an error.";
   public static final String CREATE_REGION__KEYCONSTRAINT = "key-constraint";
   public static final String CREATE_REGION__KEYCONSTRAINT__HELP =
       "Fully qualified class name of the objects allowed as region keys. 
Ensures that keys for region entries are all of the same class.";

-- 
To stop receiving notification emails like this one, please contact
jensde...@apache.org.

Reply via email to