changeset 1557:a95d1e2e3e69

Unify help message style Reviewed-by: omajid, jerboaa, neugens Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2014-November/011634.html
author Jie Kang <jkang@redhat.com>
date Tue, 18 Nov 2014 16:07:35 -0500
parents 247db2fa05c5
children ffc701452e4b
files distribution/config/commands/add-mongodb-user.properties distribution/config/commands/clean-data.properties distribution/config/commands/vm-stat.properties killvm/distribution/thermostat-plugin.xml vm-gc/distribution/thermostat-plugin.xml
diffstat 5 files changed, 11 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/distribution/config/commands/add-mongodb-user.properties	Tue Nov 18 14:07:31 2014 -0500
+++ b/distribution/config/commands/add-mongodb-user.properties	Tue Nov 18 16:07:35 2014 -0500
@@ -15,8 +15,8 @@
 
 startStorage.short = s
 startStorage.long = startStorage
-startStorage.description = Start storage with appropriate options before \
- running the command. It implies stopping storage when the command finishes.
+startStorage.description = start storage with appropriate options before \
+ running the command and stop the storage when the command finishes
 startStorage.required = false
 startStorage.hasarg = false
 
--- a/distribution/config/commands/clean-data.properties	Tue Nov 18 14:07:31 2014 -0500
+++ b/distribution/config/commands/clean-data.properties	Tue Nov 18 16:07:35 2014 -0500
@@ -12,7 +12,7 @@
           org.apache.commons.collections=${commons-collections.version}, \
           org.apache.commons.logging=${commons-logging.version}, \
 
-description = Drop all data related to all of the specified agents
+description = drop all data related to all of the specified agents
 
 usage = clean-data [--alive] [--all] <agent_id>
 
--- a/distribution/config/commands/vm-stat.properties	Tue Nov 18 14:07:31 2014 -0500
+++ b/distribution/config/commands/vm-stat.properties	Tue Nov 18 16:07:35 2014 -0500
@@ -12,7 +12,7 @@
           org.apache.commons.collections=${commons-collections.version}, \
           org.apache.commons.logging=${commons-logging.version}
 
-description = Show various statistics about a VM.
+description = show various statistics about a VM
 
 usage = vm-stat -hostId <host> --vmId <vm> [-c] [-s <time:timeunit>] [-d <url>] [-l <level>]
 
@@ -22,25 +22,25 @@
 hostId.long = hostId
 hostId.hasarg = true
 hostId.required = true
-hostId.description = The ID of the host to monitor
+hostId.description = the ID of the host to monitor
 
 vmId.short = v
 vmId.long = vmId
 vmId.hasarg = true
 vmId.required = true
-vmId.description = The ID of the VM to monitor
+vmId.description = the ID of the VM to monitor
 
 continuous.short = c
 continuous.long = continuous
 continuous.hasarg = false
 continuous.required = false
-continuous.description = Print data continuously
+continuous.description = print data continuously
 
 since.short = s
 since.long = since
 since.hasarg = true
 since.required = false
-since.description = Print data since [-s time:timeunits] ago or print all data [-s all]. Defaults to since 10 minutes ago [-s 10:minutes]. Accepts positive times \
-  and days, hours, minutes, or seconds.
+since.description = print data since [-s time:timeunits] ago or print all data [-s all]. Defaults to since 10 minutes ago [-s 10:minutes] and accepts positive times \
+  and days, hours, minutes, or seconds
 
 environments = cli, shell
--- a/killvm/distribution/thermostat-plugin.xml	Tue Nov 18 14:07:31 2014 -0500
+++ b/killvm/distribution/thermostat-plugin.xml	Tue Nov 18 16:07:35 2014 -0500
@@ -42,7 +42,7 @@
   <commands>
     <command>
       <name>kill-vm</name>
-      <description>Attempts to kill the vm specified.</description>
+      <description>kill the specified vm</description>
       <options>
         <option>
           <long>vmId</long>
--- a/vm-gc/distribution/thermostat-plugin.xml	Tue Nov 18 14:07:31 2014 -0500
+++ b/vm-gc/distribution/thermostat-plugin.xml	Tue Nov 18 16:07:35 2014 -0500
@@ -42,7 +42,7 @@
   <commands>
     <command>
       <name>gc</name>
-      <description>Performs Garbage Collection on the given vm</description>
+      <description>perform Garbage Collection on the given vm</description>
       <options>
         <option>
           <long>vmId</long>