@@ -48,7 +48,7 @@ class DevicesCommand extends FlutterCommand {
...
@@ -48,7 +48,7 @@ class DevicesCommand extends FlutterCommand {
@override
@override
Future<void>validateCommand(){
Future<void>validateCommand(){
if(argResults?['timeout']!=null){
if(argResults?['timeout']!=null){
globals.printError('${globals.logger.terminal.warningMark} The "--timeout" argument is deprecated; use "--${FlutterOptions.kDeviceTimeout}" instead.');
globals.printWarning('${globals.logger.terminal.warningMark} The "--timeout" argument is deprecated; use "--${FlutterOptions.kDeviceTimeout}" instead.');