Skip to content

Commit 1187212

Browse files
committed
scaling.pl: minor change to perl quoting
Makes emacs syntax hilighting work better. Signed-off-by: Jeff Squyres <[email protected]>
1 parent d5a428b commit 1187212

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

contrib/scaling/scaling.pl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@
5454
) or die "unable to parse options, stopped";
5555

5656
if ($HELP) {
57-
print <<EOT;
58-
$0 [options]
57+
print "$0 [options]
5958
6059
--help | -h This help message
6160
--quiet | -q Only output critical messages to stdout
@@ -69,7 +68,7 @@
6968
--all Use all available start commands [default]
7069
--results=file File where results are to stored in comma-separated value format
7170
--rawout Provide raw timing output to the file
72-
EOT
71+
";
7372
exit(0);
7473
}
7574

0 commit comments

Comments
 (0)