You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by db...@apache.org on 2018/03/02 18:18:14 UTC

[geode] branch develop updated: GEODE-4394 gfsh put command: change option --skip-if-exists to --if-not-exists (update user guide)

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

dbarnes 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 c35aba2  GEODE-4394 gfsh put command: change option --skip-if-exists to --if-not-exists (update user guide)
c35aba2 is described below

commit c35aba207cd4876efb65bbf8607b34d3b1355669
Author: Dave Barnes <db...@pivotal.io>
AuthorDate: Fri Mar 2 10:16:20 2018 -0800

    GEODE-4394 gfsh put command: change option --skip-if-exists to --if-not-exists (update user guide)
---
 geode-docs/tools_modules/gfsh/command-pages/put.html.md.erb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/geode-docs/tools_modules/gfsh/command-pages/put.html.md.erb b/geode-docs/tools_modules/gfsh/command-pages/put.html.md.erb
index e5ab1e6..ba647c4 100644
--- a/geode-docs/tools_modules/gfsh/command-pages/put.html.md.erb
+++ b/geode-docs/tools_modules/gfsh/command-pages/put.html.md.erb
@@ -29,7 +29,7 @@ Add or update an entry in a region.
 
 ``` pre
 put --key=value --value=value --region=value [--key-class=value] 
-[--value-class=value] [--skip-if-exists=value]
+[--value-class=value] [--if-not-exists(=value)]
 ```
 
 | Name                                                   | Description                                                                                                              | Default Value      |
@@ -39,7 +39,7 @@ put --key=value --value=value --region=value [--key-class=value]
 | <span class="keyword parmname">\\-\\-region</span>         | *Required.* Region into which the entry will be put.                                                                     |                    |
 | <span class="keyword parmname">\\-\\-key-class</span>      | Fully qualified class name of the key's type.                                                                            | `java.lang.String` |
 | <span class="keyword parmname">\\-\\-value-class</span>    | Fully qualified class name of the value's type.                                                                          | `java.lang.String` |
-| <span class="keyword parmname">\\-\\-skip-if-exists</span> | Skip the put operation when an entry with the same key already exists.                                                   | false              |
+| <span class="keyword parmname">\\-\\-if-not-exists</span> | Skip the put operation when an entry with the same key already exists.                                                   | false              |
 
 **Example Commands:**
 

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