view distribution/config/commands/list-heap-dumps.properties @ 948:3a1d50cfcbb7

Fix conflicts among short options Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2013-February/005499.html Reviewed-by: omajid
author Jon VanAlten <jon.vanalten@redhat.com>
date Tue, 05 Feb 2013 22:51:00 -0500
parents 186115da601f
children
line wrap: on
line source

bundles = thermostat-storage-mongodb-${project.version}.jar, \
          mongo.jar, \
          commons-beanutils.jar, \
          commons-codec.jar, \
          commons-collections.jar, \
          commons-logging.jar, \
          thermostat-client-core-@project.version@.jar, \
          thermostat-client-cli-@project.version@.jar, \
          thermostat-common-command-@project.version@.jar, \
          thermostat-client-command-@project.version@.jar, \
          thermostat-vm-heap-analysis-common-@project.version@.jar, \
          thermostat-vm-heap-analysis-command-@project.version@.jar, \
          thermostat-web-common-${project.version}.jar, \
          thermostat-web-client-${project.version}.jar, \
          httpcomponents-core.jar, \
          httpcomponents-client.jar, \
          gson.jar, \
          netty.jar

description = list all heap dumps

usage = list-heap-dumps --hostId <host> --vmId <vm> [-d <url> [-u <user> -p <password>]] [-l <level>]

options = hostId, vmId, AUTO_DB_OPTIONS, AUTO_LOG_OPTION

hostId.short = a
hostId.long = hostId
hostId.hasarg = true
hostId.required = false
hostId.description = the ID of the host to monitor

vmId.short = v
vmId.long = vmId
vmId.hasarg = true
vmId.required = false
vmId.description = the ID of the VM to monitor