DESCRIPTION

Prints patch level information to the output based on the profile which can be
generated by "auto-discovery" or manually. If no [profile_name] is given as an
option, the tool will assume that a default profile is present. If there is no
such profile, the tool will exit with an error message. It also gives a general
overlook of the installed plugins. 

Example: patching-tool profile_name info

On the output you will see a patch list. Each entry will have letters in
brackets. These indicate the status of the patch and below you can find what do
they mean.

Patch status description: 
 *: Installed
 I: Can be installed
 -: An improved version of the patch is available, this one won't be installed
 D: Same issues were fixed in another patch, this one is ignored
 x: Patch dependencies are not met, patch won't be installed
 o: Patch is incompatible with another one
 s: Source code is not available in the patch

SERVICE PACK DETECTION:

In order for the Patching Tool to be able to fetch the latest Service Pack
information it needs to download an xml file which contains the fixed issues
of the Service Packs. It means that the info command needs online internet
connection otherwise this information will not be available.

CONFIGURATION
    update.cache:       Set to false if the Service Pack detection is not needed
                        or if the Patching Tool is not allowed to connect to
                        external sources
    connection.timeout: In case of a slow internet connection you may increase
                        the timeout setting. Default value is 5000 ms

SERVICE PACK DETECTION BEHIND PROXY SERVER

The proxy configuration settings can be specified in the Patching Tool's
configuration file

  ### Proxy configuration examples

# HTTP Proxy settings

 proxy.http.host=192.168.211.39
 proxy.http.port=80
 proxy.http.user=user
 proxy.http.password=password

# HTTPs Proxy settings

 proxy.https.host=192.168.211.39
 proxy.https.port=808
 proxy.https.user=user
 proxy.https.password=password

# SOCKS5 Proxy settings

 proxy.socks.host=192.168.211.39
 proxy.socks.port=1080
 proxy.socks.user=user
 proxy.socks.password=password