Unverified Commit 9dd67386 authored by Aman Verma's avatar Aman Verma Committed by GitHub

Update flutter_command.dart (#65765)

parent 4e89ccfd
......@@ -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'
);
}
......
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