# HG changeset patch # User Doug Simon # Date 1377508526 -7200 # Node ID c355f6b32fa6a149a3bcd3bea8591adfa4a4791a # Parent ec21e399e4be13fde96b581a84c34235457a7efd fixed error message diff -r ec21e399e4be -r c355f6b32fa6 mx/commands.py --- 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): """