Wrong user help message, SYNCOPE-158

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

Branch: refs/heads/master
Commit: c6f4fc7a75ad3512835fe8e38c8e603c6b50ca70
Parents: 609ff9a
Author: massi <massimiliano.perr...@tirasa.net>
Authored: Mon Nov 30 12:46:29 2015 +0100
Committer: massi <massimiliano.perr...@tirasa.net>
Committed: Mon Nov 30 16:16:38 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/c6f4fc7a/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 95d8e74..a4fd5f4 100644
--- a/client/cli/src/main/resources/messages.properties
+++ b/client/cli/src/main/resources/messages.properties
@@ -30,5 +30,5 @@ resource.help.message=\nUsage: resource [options]\n  
Options:\n    --help \n
 role.help.message=\nUsage: role [options]\n  Options:\n    --help \n    
--details \n    --list \n    --read \n       Syntax: --read {ROLE-ID} {ROLE-ID} 
[...]\n    --delete \n       Syntax: --delete {ROLE-ID} {ROLE-ID} [...]\n
 schema.help.message=\nUsage: schema [options]\n  Options:\n    --help \n    
--details \n    --list-all\n    --list-plain\n    --list-derived\n    
--list-virtual\n    --read {SCHEMA-TYPE} {SCHEMA-KEY}\n        Schema type: 
PLAIN / DERIVED / VIRTUAL\n    --delete {SCHEMA-TYPE} {SCHEMA-KEY}\n        
Schema type: PLAIN / DERIVED / VIRTUAL\n
 task.help.message=\nUsage: task [options]\n  Options:\n    --help \n    
--details\n    --list\n       Syntax: --list {TASK-TYPE} \n          Task type: 
NOTIFICATION / PROPAGATION / PUSH / SCHEDULED / SYNCHRONIZATION\n    
--list-running-jobs \n    --list-scheduled-jobs \n    --read \n       Syntax: 
--read {TASK-ID} {TASK-ID} [...]\n    --read-execution \n       Syntax: 
--read-execution {TASK-EXEC-ID} {TASK-EXEC-ID} [...]\n    --delete \n       
Syntax: --delete {TASK-ID} {TASK-ID} [...]\n    --delete-execution \n       
Syntax: --delete-execution {TASK-EXEC-ID} {TASK-EXEC-ID} [...]\n    --execute 
\n       Syntax: --execute {TASK-ID} {DRY-RUN}\n          Dry run: true / 
false\n
-user.help.message=\nUsage: user [options]\n  Options:\n    --help \n    
--details \n    --list \n    --get-user-key\n       Syntax: --get-user-key 
{USERNAME} {USERNAME} [...]\n    --get-username\n       Syntax: --get-username 
{USER-ID} {USER-ID} [...]\n    --read \n       Syntax: --read {USER-ID} 
{USER-ID} [...]\n    --search-by-attribute \n       Syntax: 
--search-by-attribute {REALM} {ATTR-NAME}={ATTR-VALUE}\n    --search-by-role \n 
      Syntax: --search-by-role {REALM} {ROLE-ID}\n    --search-by-resource \n   
    Syntax: --search-by-resource {REALM} {RESOURCE-NAME}\n    --delete \n       
Syntax: --delete {USER-ID} {USER-ID} [...]\n    --delete-all \n       Syntax: 
--delete-all {REALM}\n    --delete-by-attribute \n       Syntax: 
--delete-by-attribute {REALM} {ATTR-NAME}={ATTR-VALUE}\n
+user.help.message=\nUsage: user [options]\n  Options:\n    --help \n    
--details \n    --list \n    --get-user-key\n       Syntax: --get-user-key 
{USERNAME}\n    --get-username\n       Syntax: --get-username {USER-ID}\n    
--read \n       Syntax: --read {USER-ID} {USER-ID} [...]\n    
--search-by-attribute \n       Syntax: --search-by-attribute {REALM} 
{ATTR-NAME}={ATTR-VALUE}\n    --search-by-role \n       Syntax: 
--search-by-role {REALM} {ROLE-ID}\n    --search-by-resource \n       Syntax: 
--search-by-resource {REALM} {RESOURCE-NAME}\n    --delete \n       Syntax: 
--delete {USER-ID} {USER-ID} [...]\n    --delete-all \n       Syntax: 
--delete-all {REALM}\n    --delete-by-attribute \n       Syntax: 
--delete-by-attribute {REALM} {ATTR-NAME}={ATTR-VALUE}\n
 workflow.help.message=\nUsage: workflow [options]\n  Options:\n    --help \n   
 --export-diagram {ANY-TYPE-KIND}\n        Any type kind: ANY_OBJECT / USER / 
GROUP\n    --export-definition {ANY-TYPE-KIND}\n        Any type kind: 
ANY_OBJECT / USER / GROUP\n

Reply via email to