Unverified Commit 50db9478 authored by Michael Thomsen's avatar Michael Thomsen Committed by GitHub

Clarify how to unconfigure with flutter config (#12733)

parent acdbe456
...@@ -34,6 +34,7 @@ class ConfigCommand extends FlutterCommand { ...@@ -34,6 +34,7 @@ class ConfigCommand extends FlutterCommand {
@override @override
final String description = final String description =
'Configure Flutter settings.\n\n' 'Configure Flutter settings.\n\n'
'To remove a setting, configure it to an empty string.\n\n'
'The Flutter tool anonymously reports feature usage statistics and basic crash reports to help improve\n' 'The Flutter tool anonymously reports feature usage statistics and basic crash reports to help improve\n'
'Flutter tools over time. See Google\'s privacy policy: https://www.google.com/intl/en/policies/privacy/'; 'Flutter tools over time. See Google\'s privacy policy: https://www.google.com/intl/en/policies/privacy/';
......
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