mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Added -verbose option to Repository tool
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@3631 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -46,6 +46,10 @@ public class Repository extends Tool
|
|||||||
context.setHelp(true);
|
context.setHelp(true);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
else if (args[i].equals("-verbose"))
|
||||||
|
{
|
||||||
|
context.setVerbose(true);
|
||||||
|
}
|
||||||
else if (args[i].equals("-user"))
|
else if (args[i].equals("-user"))
|
||||||
{
|
{
|
||||||
i++;
|
i++;
|
||||||
|
Reference in New Issue
Block a user