Commit dc23af9f authored by Adam Barth's avatar Adam Barth

Merge pull request #513 from abarth/improve_build_help

Be more specific about what `flutter build` does
parents 840b3cb0 18763e56
......@@ -116,7 +116,7 @@ const String _kDefaultPrivateKeyPath = 'privatekey.der';
class BuildCommand extends FlutterCommand {
final String name = 'build';
final String description = 'Create a Flutter app.';
final String description = 'Packages your Flutter app into an FLX.';
BuildCommand() {
argParser.addFlag('precompiled', negatable: false);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment