changeset 11377:0fbc1e418c88

fixed capitalization and tense in documentation of some mx commands
author Doug Simon <doug.simon@oracle.com>
date Tue, 20 Aug 2013 15:33:39 +0200
parents a5429101c6bb
children 7e297d001c30
files mx/commands.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mx/commands.py	Tue Aug 20 15:32:36 2013 +0200
+++ b/mx/commands.py	Tue Aug 20 15:33:39 2013 +0200
@@ -444,7 +444,7 @@
     print _jdk(build, installGraalJar=False)
 
 def buildvars(args):
-    """Describes the variables that can be set by the -D option to the 'mx build' commmand"""
+    """describe the variables that can be set by the -D option to the 'mx build' commmand"""
 
     buildVars = {
         'ALT_BOOTDIR' : 'The location of the bootstrap JDK installation (default: ' + mx.java().jdk + ')',
@@ -1063,7 +1063,7 @@
     mx.log('  ' + str(total.duration))
     
 def deoptalot(args):
-    """Bootstrap a fastdebug Graal VM with DeoptimizeALot and VerifyOops on
+    """bootstrap a fastdebug Graal VM with DeoptimizeALot and VerifyOops on
 
     If the first argument is a number, the process will be repeated
     this number of times. All other arguments are passed to the VM."""