mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Add spaces between sentences in help text (#61135)
This commit is contained in:
parent
8bd2e6585b
commit
cda6c27ff7
@ -522,10 +522,10 @@ To edit platform code in an IDE see https://flutter.dev/developing-packages/#edi
|
|||||||
|
|
||||||
void _addPlatformsOptions() {
|
void _addPlatformsOptions() {
|
||||||
argParser.addMultiOption('platforms',
|
argParser.addMultiOption('platforms',
|
||||||
help: 'the platforms supported by this project.'
|
help: 'The platforms supported by this project. '
|
||||||
'This argument only works when the --template is set to app or plugin.'
|
'This argument only works when the --template is set to app or plugin. '
|
||||||
'Platform folders (e.g. android/) will be generated in the target project.'
|
'Platform folders (e.g. android/) will be generated in the target project. '
|
||||||
'When adding platforms to a plugin project, the pubspec.yaml will be updated with the requested platform.'
|
'When adding platforms to a plugin project, the pubspec.yaml will be updated with the requested platform. '
|
||||||
'Adding desktop platforms requires the corresponding desktop config setting to be enabled.',
|
'Adding desktop platforms requires the corresponding desktop config setting to be enabled.',
|
||||||
defaultsTo: _kAvailablePlatforms,
|
defaultsTo: _kAvailablePlatforms,
|
||||||
allowed: _kAvailablePlatforms);
|
allowed: _kAvailablePlatforms);
|
||||||
|
Loading…
Reference in New Issue
Block a user