diff mx/mx_graal.py @ 21281:326a1f374198

fixed command line parsing for ctw command
author Doug Simon <doug.simon@oracle.com>
date Mon, 11 May 2015 12:21:04 +0200
parents 41ec6d89cb84
children f172a195a8a9
line wrap: on
line diff
--- a/mx/mx_graal.py	Wed Apr 22 16:01:59 2015 +0200
+++ b/mx/mx_graal.py	Mon May 11 12:21:04 2015 +0200
@@ -1606,7 +1606,6 @@
     parser = ArgumentParser(prog='mx ctw')
     parser.add_argument('--ctwopts', action='store', help='space separated Graal options used for CTW compilations (default: --ctwopts="' + defaultCtwopts + '")', default=defaultCtwopts, metavar='<options>')
     parser.add_argument('--jar', action='store', help='jar of classes to compiled instead of rt.jar', metavar='<path>')
-    parser.add_argument('vmargs', nargs=REMAINDER, metavar='VM options...')
 
     args, vmargs = parser.parse_known_args(args)