Skip to content

Commit 867120c

Browse files
kangwang1988chinmaygarde
authored andcommitted
Better help message. (flutter#9097)
1 parent e27c6e8 commit 867120c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ def parse_args(args):
264264
parser.add_argument('--dynamic', default=False, action='store_true')
265265
parser.add_argument('--interpreter', default=False, action='store_true')
266266
parser.add_argument('--dart-debug', default=False, action='store_true', help='Enables assertsion in the Dart VM. ' +
267-
'Does not affect affect optimization levels. If you need to disable optimizations in Dart, use --full-dart-debug')
267+
'Does not affect optimization levels. If you need to disable optimizations in Dart, use --full-dart-debug')
268268
parser.add_argument('--full-dart-debug', default=False, action='store_true', help='Implies --dart-debug ' +
269269
'and also disables optimizations in the Dart VM making it easier to step through VM code in the debugger.')
270270

0 commit comments

Comments
 (0)