changeset 11415:c355f6b32fa6

fixed error message
author Doug Simon <doug.simon@oracle.com>
date Mon, 26 Aug 2013 11:15:26 +0200
parents ec21e399e4be
children bcb4ce5bd27e
files mx/commands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mx/commands.py	Sun Aug 25 16:23:52 2013 +0200
+++ b/mx/commands.py	Mon Aug 26 11:15:26 2013 +0200
@@ -286,7 +286,7 @@
             with VM(vm, bld):
                 build([])
             return
-    mx.abort('You need to run "mx --vm ' + vm + ' build ' + bld + '" to build the selected VM')
+    mx.abort('You need to run "mx --vm ' + vm + '--vmbuild ' + bld + ' build" to build the selected VM')
 
 def _jdk(build='product', vmToCheck=None, create=False, installGraalJar=True):
     """