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/04/12 19:21:15 UTC

[geode] branch develop updated: GEODE-4874: Inconsistency in gfsh help for create jndi-binding (doc update)

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 3f503ce  GEODE-4874: Inconsistency in gfsh help for create jndi-binding (doc update)
3f503ce is described below

commit 3f503ce8bff9f4ffcc507a9a5f998f9fffb17b1b
Author: Dave Barnes <db...@pivotal.io>
AuthorDate: Thu Apr 12 12:21:06 2018 -0700

    GEODE-4874: Inconsistency in gfsh help for create jndi-binding (doc update)
---
 geode-docs/tools_modules/gfsh/command-pages/create.html.md.erb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/geode-docs/tools_modules/gfsh/command-pages/create.html.md.erb b/geode-docs/tools_modules/gfsh/command-pages/create.html.md.erb
index 3eca607..6a9c378 100644
--- a/geode-docs/tools_modules/gfsh/command-pages/create.html.md.erb
+++ b/geode-docs/tools_modules/gfsh/command-pages/create.html.md.erb
@@ -712,7 +712,7 @@ create jndi-binding --name=value --type=value --jdbc-driver-class=value
 | <span class="keyword parmname">\\-\\-username</span>   | Specifies the default user name to be used when creating a new connection.               |         |
 | <span class="keyword parmname">\\-\\-xa-datasource-class</span>   | The fully qualified name of the `javax.sql.XADataSource` implementation class. |         |
 | <span class="keyword parmname">\\-\\-if-not-exists</span>   | When true, a duplicate jndi binding will not be created if one with the same name already exists.  When false, an attempt to create a duplicate jndi binding results in an error. The option is set to true if the option is specified without a value. | false   |
-| <span class="keyword parmname">\\-\\-datasource-config-properties</span>   | Properties for the custom `XSDataSource` driver. Append a JSON string containing a (name, type, value) tuple to set any property.  For example: `--datasource-config-properties={'name':'name1','type':'type1','value':'value1'},{'name':'name2','type':'type2','value':'value2'}`         |         |
+| <span class="keyword parmname">\\-\\-datasource-config-properties</span>   | Properties for the custom `XADataSource` driver. Append a JSON string containing a (name, type, value) tuple to set any property.  For example: `--datasource-config-properties={'name':'name1','type':'type1','value':'value1'},{'name':'name2','type':'type2','value':'value2'}`         |         |
 
 **Example Commands:**
 

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