Update flutter_command.dart (#65765)

This commit is contained in:
Aman Verma 2020-09-15 06:32:09 +05:30 committed by GitHub
parent 4e89ccfdee
commit 9dd6738662
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -459,7 +459,7 @@ abstract class FlutterCommand extends Command<void> {
'the information needed to symbolize Dart stack traces. For an app built '
"with this flag, the 'flutter symbolize' command with the right program "
'symbol file is required to obtain a human readable stack trace.',
valueHelp: '/project-name/v1.2.3/',
valueHelp: 'v1.2.3/',
);
}
@ -486,7 +486,7 @@ abstract class FlutterCommand extends Command<void> {
'during "flutter run". These can be included in an application to '
'improve the first frame render times.',
hide: hide,
valueHelp: '/project-name/flutter_1.sksl'
valueHelp: 'flutter_1.sksl'
);
}