-h or -help

Displays the command line arguments. This information is also displayed if no command or an invalid command is specified.

java -Dfile.encoding-UTF-8 -jar renew.jar -h
commands :                                                                                                                                                                                      
 Renew [-clear [-nowarning] -dbUsername <arg> -dbPassword <arg> 
																[-log [<file>]] [-sbmDir <arg>] ]                                                                                               
 Renew [-redeploy [-environment <arg>] [-nowarning] -username <arg> -password <arg>                                                                                                             
                [-arAddress <arg>] [-log [<file>]] [-sbmDir <arg>]                                                                                                                                
                [-redeployInFile <file>] [-failOutputFile <file>] ]                                                                                                                             
 Renew [-listenvs [-endpoints] -username <arg> -password <arg>                                                                                                                                  
                -arAddress <arg> [-log [<file>]] [-sbmDir <arg>] ]                                                                                                                              
 Renew [-report -environment <arg>  [-targetservers] [-endpoints] [-processapps]                                                                                                                
                [-arAddress <arg>] [-orchestrations] [-log [<file>]] [-sbmDir <arg>] ]                                                                                                          
usage:                                                                                                                                                                                          
 -arAddress <arg>        Application Repository Address. It can be omitted                                                                                                                      
                         and in this case it is built using data from                                                                                                                           
                         topology.xml. Example: "http[s]://server:port"                                                                                                                         
 -clear                  Drop and re-create the OE database tables.                                                                                                                             
 -dbPassword <arg>       Database user password.                                                                                                                                                
 -dbUsername <arg>       Database user name.                                                                                                                                                    
 -endpoints              List of endpoints of particular environment.                                                                                                                           
 -endpointusage          List endpoints usage.                                                                                                                                                  
 -environment <arg>      Environment name. If omitted all environments are                                                                                                                      
                         processed.                                                                                                                                                             
 -failOutputFile <arg>   Output file for failed apps(users, environments)                                                                                                                       
                         list.                                                                                                                                                                  
 -h                      help                                                                                                                                                                   
 -help                   help                                                                                                                                                                   
 -listenvs               List of all environments.                                                                                                                                              
 -log <file>             Enable logging to the console or to the file                                                                                                                           
                         named <file>.                                                                                                                                                          
 -nowarning              Don't warn.                                                                                                                                                            
 -orchestrations         List of orchestrations of particular environment.                                                                                                                      
 -password <arg>         SBM user password.                                                                                                                                                     
 -processapps            List of processes applications of particular                                                                                                                           
                         environment.                                                                                                                                                           
 -redeploy               Redeploy all orchestrations.                                                                                                                                           
 -redeployInFile <arg>   Input file which contains list of apps(users,                                                                                                                          
                         environments) which need to be redeployed.                                                                                                                             
 -report                 Get information about environments.                                                                                                                                    
 -sbmDir <arg>           SBM location. It is required when registry access                                                                                                                      
                         is restricted. Example "C:/Program Files/Serena/"                                                                                                                      
 -targetservers          List target servers of particular environment.                                                                                                                         
 -username <arg>         SBM user name.                                                                                                                                                         
Done.