changeset 1963:91224918b9be

Fix typo in find-vm --javahome option description Reviewed-by: omajid, jkang, jerboaa Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2015-August/015078.html Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2016-June/019718.html PR3040
author Andrew Azores <aazores@redhat.com>
date Tue, 11 Aug 2015 15:13:23 -0400
parents 08b645d025d9
children cc1a683958ca
files vm-find/distribution/thermostat-plugin.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/vm-find/distribution/thermostat-plugin.xml	Fri Jul 31 12:27:37 2015 -0400
+++ b/vm-find/distribution/thermostat-plugin.xml	Tue Aug 11 15:13:23 2015 -0400
@@ -154,7 +154,7 @@
         <option>
           <long>javahome</long>
           <short>H</short>
-          <argument>homeDirectoryPatch</argument>
+          <argument>homeDirectoryPath</argument>
           <required>false</required>
           <description>the home directory path of the VM. Must be exact match when treated as paths (ie trailing directory separators will match)</description>
         </option>