Commit 18763e56 authored by Adam Barth's avatar Adam Barth

Be more specific about what `flutter build` does

Fixes #512
parent ba8f6a01
......@@ -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