Unverified Commit 2da08f4c authored by Jesse's avatar Jesse Committed by GitHub

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

parent fb94d3fb
......@@ -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(
......
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