Skip to content

Commit 43b4fc9

Browse files
Wyatt ArentHixie
Wyatt Arent
authored andcommitted
Remove extra whitespace from flutter tools help (flutter#6614)
* Fix Missing newline in flutter run help Issue flutter#6461 * Fix overtab from multiline
1 parent 89d86f6 commit 43b4fc9

File tree

1 file changed

+3
-5
lines changed
  • packages/flutter_tools/lib/src/commands

1 file changed

+3
-5
lines changed

packages/flutter_tools/lib/src/commands/run.dart

+3-5
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,9 @@ class RunCommand extends RunCommandBase {
7171

7272
// Option to write the pid to a file.
7373
argParser.addOption('pid-file',
74-
help: """
75-
Specify a file to write the process id to.
76-
You can send SIGUSR1 to trigger a hot reload
77-
and SIGUSR2 to trigger a full restart.
78-
""");
74+
help: "Specify a file to write the process id to.\n"
75+
"You can send SIGUSR1 to trigger a hot reload\n"
76+
"and SIGUSR2 to trigger a full restart.");
7977

8078

8179
// Hidden option to enable a benchmarking mode. This will run the given

0 commit comments

Comments
 (0)