提交 867120c0 编写于 作者: K KyleWong 提交者: Chinmay Garde

Better help message. (#9097)

上级 e27c6e89
......@@ -264,7 +264,7 @@ def parse_args(args):
parser.add_argument('--dynamic', default=False, action='store_true')
parser.add_argument('--interpreter', default=False, action='store_true')
parser.add_argument('--dart-debug', default=False, action='store_true', help='Enables assertsion in the Dart VM. ' +
'Does not affect affect optimization levels. If you need to disable optimizations in Dart, use --full-dart-debug')
'Does not affect optimization levels. If you need to disable optimizations in Dart, use --full-dart-debug')
parser.add_argument('--full-dart-debug', default=False, action='store_true', help='Implies --dart-debug ' +
'and also disables optimizations in the Dart VM making it easier to step through VM code in the debugger.')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册