Commit 43b4fc90 authored by Wyatt Arent's avatar Wyatt Arent Committed by Ian Hickson

Remove extra whitespace from flutter tools help (#6614)

* Fix Missing newline in flutter run help
Issue #6461

* Fix overtab from multiline
parent 89d86f6b
......@@ -71,11 +71,9 @@ class RunCommand extends RunCommandBase {
// Option to write the pid to a file.
argParser.addOption('pid-file',
help: """
Specify a file to write the process id to.
You can send SIGUSR1 to trigger a hot reload
and SIGUSR2 to trigger a full restart.
""");
help: "Specify a file to write the process id to.\n"
"You can send SIGUSR1 to trigger a hot reload\n"
"and SIGUSR2 to trigger a full restart.");
// Hidden option to enable a benchmarking mode. This will run the given
......
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