Fix typo in 'flutter create --list-samples' help (#57005)

This commit is contained in:
Jesse 2020-05-14 23:37:03 +02:00 committed by GitHub
parent fb94d3fb78
commit 2da08f4c10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,7 +76,7 @@ class CreateCommand extends FlutterCommand {
argParser.addOption(
'list-samples',
help: 'Specifies a JSON output file for a listing of Flutter code samples '
'that can created with --sample.',
'that can be created with --sample.',
valueHelp: 'path',
);
argParser.addFlag(