Commit 20d9d6a9 authored by James Robinson's avatar James Robinson

Make sky_tools help strings consistently refer to Flutter app, not package

parent 542da8cc
......@@ -126,7 +126,7 @@ Future<ArchiveFile> _createSnapshotFile(String snapshotPath) async {
}
class BuildCommandHandler extends CommandHandler {
BuildCommandHandler() : super('build', 'Create a Flutter package.');
BuildCommandHandler() : super('build', 'Create a Flutter app.');
ArgParser get parser {
ArgParser parser = new ArgParser();
......
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