Repository: syncope
Updated Branches:
  refs/heads/master df0875394 -> e04439481


wrong bundle name, SYNCOPE-158


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

Branch: refs/heads/master
Commit: e044394813c98ae4755c85f5081aa1c940d8e178
Parents: df08753
Author: massi <massimiliano.perr...@tirasa.net>
Authored: Wed Dec 2 09:37:44 2015 +0100
Committer: massi <massimiliano.perr...@tirasa.net>
Committed: Wed Dec 2 09:37:44 2015 +0100

----------------------------------------------------------------------
 client/cli/src/main/resources/messages.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/e0443948/client/cli/src/main/resources/messages.properties
----------------------------------------------------------------------
diff --git a/client/cli/src/main/resources/messages.properties 
b/client/cli/src/main/resources/messages.properties
index 934cba0..4bf32ef 100644
--- a/client/cli/src/main/resources/messages.properties
+++ b/client/cli/src/main/resources/messages.properties
@@ -14,7 +14,7 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-any.help.message=\nUsage: any [options]\n   Options:\n     --help \n     
--details \n     --list \n     --read \n        Syntax: --read {ANY-ID} 
{ANY-ID} [...]\n     --read-attr-by-schema-type {ANY-ID} {SCHEMA-TYPE}\n        
Schema type: PLAIN / DERIVED / VIRTUAL\n     --read-attr-by-schema {ANY-ID} 
{SCHEMA-TYPE} {SCHEMA-NAME}\n        Schema type: PLAIN / DERIVED / VIRTUAL\n   
  --delete \n        Syntax: --delete {ANY-ID} {ANY-ID} [...]\n
+anyObject.help.message=\nUsage: any [options]\n   Options:\n     --help \n     
--details \n     --list \n     --read \n        Syntax: --read {ANY-ID} 
{ANY-ID} [...]\n     --read-attr-by-schema-type {ANY-ID} {SCHEMA-TYPE}\n        
Schema type: PLAIN / DERIVED / VIRTUAL\n     --read-attr-by-schema {ANY-ID} 
{SCHEMA-TYPE} {SCHEMA-NAME}\n        Schema type: PLAIN / DERIVED / VIRTUAL\n   
  --delete \n        Syntax: --delete {ANY-ID} {ANY-ID} [...]\n
 configuration.help.message=\nUsage: configuration [options]\n  Options:\n    
--help \n    --get \n    --read \n       Syntax: --read {CONF-NAME} {CONF-NAME} 
[...] \n    --update \n       Syntax: --update {CONF-NAME}={CONF-VALUE} 
{CONF-NAME}={CONF-VALUE} [...]\n    --delete \n       Syntax: --delete 
{CONF-NAME} {CONF-NAME} [...]\n    --export \n       Syntax: --export 
{WHERE-DIR}\n
 connector.help.message=\nUsage: connector [options]\n  Options:\n    --help \n 
   --details \n    --list \n    --list-bundles \n    
--list-configuration-properties\n       Syntax: --list-configuration-properties 
{CONNECTOR-ID} {CONNECTOR-ID} [...]\n    --read \n       Syntax: --read 
{CONNECTOR-ID} {CONNECTOR-ID} [...]\n    --delete \n       Syntax: --delete 
{CONNECTOR-ID} {CONNECTOR-ID} [...]\n
 domain.help.message=\nUsage: domain [options]\n  Options:\n    --help \n    
--details \n    --list \n    --delete \n       Syntax: --delete {DOMAIN-NAME} 
{DOMAIN-NAME} [...]\n

Reply via email to