Unverified Commit 36983508 authored by Greg Spencer's avatar Greg Spencer Committed by GitHub

Update wrapping message (#23104)

Updating the --wrap-column help message to reflect reality.
parent 20d0b282
...@@ -69,8 +69,9 @@ class FlutterCommandRunner extends CommandRunner<void> { ...@@ -69,8 +69,9 @@ class FlutterCommandRunner extends CommandRunner<void> {
defaultsTo: true); defaultsTo: true);
argParser.addOption('wrap-column', argParser.addOption('wrap-column',
hide: !verboseHelp, hide: !verboseHelp,
help: 'Sets the output wrap column. If not set, uses the width of the terminal, or 100 if ' help: 'Sets the output wrap column. If not set, uses the width of the terminal. No '
'the output is not a terminal. Use --no-wrap to turn off wrapping entirely.', 'wrapping occurs if not writing to a terminal. Use --no-wrap to turn off wrapping '
'when connected to a terminal.',
defaultsTo: null); defaultsTo: null);
argParser.addOption('device-id', argParser.addOption('device-id',
abbr: 'd', abbr: 'd',
......
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