Chromium Code Reviews| Index: pkg/docgen/bin/docgen.dart |
| diff --git a/pkg/docgen/bin/docgen.dart b/pkg/docgen/bin/docgen.dart |
| index 8b5e59d93255c88cbb5c203b3a719f2cd9458709..5bb7e2020b753ec758953138855fb5839d542e83 100644 |
| --- a/pkg/docgen/bin/docgen.dart |
| +++ b/pkg/docgen/bin/docgen.dart |
| @@ -55,7 +55,8 @@ void main(List<String> arguments) { |
| pubScript: pubScript, |
| noDocs: options['no-docs'], |
| startPage: startPage, |
| - indentJSON: indentJSON); |
| + indentJSON: indentJSON, |
| + sdk: options['sdk']); |
| } |
| /** |