Skip to content

Commit d23c2b7

Browse files
authored
Merge 792f6c8 into 780af0f
2 parents 780af0f + 792f6c8 commit d23c2b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkg/dart2native/bin/dart2native.dart

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,6 @@ E.g.: dart2native -Da=1,b=2 main.dart''')
105105
negatable: false, help: 'Enable assert statements.')
106106
..addFlag('help',
107107
abbr: 'h', negatable: false, help: 'Display this help message.')
108-
..addOption('output', abbr: 'o', valueHelp: 'path', help: '''
109-
Set the output filename. <path> can be relative or absolute.
110-
E.g.: dart2native main.dart -o ../bin/my_app.exe
111-
''')
112108
..addOption(
113109
'output-kind',
114110
abbr: 'k',
@@ -120,6 +116,10 @@ E.g.: dart2native main.dart -o ../bin/my_app.exe
120116
defaultsTo: 'exe',
121117
valueHelp: 'aot|exe',
122118
)
119+
..addOption('output', abbr: 'o', valueHelp: 'path', help: '''
120+
Set the output filename. <path> can be relative or absolute.
121+
E.g.: dart2native main.dart -o ../bin/my_app.exe
122+
''')
123123
..addOption('packages', abbr: 'p', valueHelp: 'path', help: '''
124124
Get package locations from the specified file instead of .packages. <path> can be relative or absolute.
125125
E.g.: dart2native --packages=/tmp/pkgs main.dart

0 commit comments

Comments
 (0)