Commit 4507a7fa authored by Seth Ladd's avatar Seth Ladd

Merge pull request #1228 from sethladd/moarhelptext

clarify that start defaults to checked
parents 742567e3 59fde0b4
......@@ -116,7 +116,8 @@ abstract class StartCommandBase extends FlutterCommand {
class StartCommand extends StartCommandBase {
final String name = 'start';
final String description = 'Start your Flutter app on attached devices (Android only).';
final String description = 'Start your Flutter app on an attached device '
'(defaults to checked/debug mode) (Android only).';
StartCommand() {
argParser.addFlag('poke',
......
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