# HG changeset patch # User Doug Simon # Date 1377005619 -7200 # Node ID 0fbc1e418c88c57f9f2f4f8313d07bb41a7beb83 # Parent a5429101c6bb673aeb9d374ab0f658caaf76394b fixed capitalization and tense in documentation of some mx commands diff -r a5429101c6bb -r 0fbc1e418c88 mx/commands.py --- 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."""