We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89d86f6 commit 43b4fc9Copy full SHA for 43b4fc9
packages/flutter_tools/lib/src/commands/run.dart
@@ -71,11 +71,9 @@ class RunCommand extends RunCommandBase {
71
72
// Option to write the pid to a file.
73
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
- """);
+ 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.");
79
80
81
// Hidden option to enable a benchmarking mode. This will run the given
0 commit comments