paramcheck: use explicit quoting for here-docs

* util/paramcheck.pl: Adjust here-docs
This commit is contained in:
Steven Schubiger 2015-04-30 21:40:08 +02:00 committed by Darshit Shah
parent 6b8dfe1d6e
commit 1cc835dc5b
1 changed files with 6 additions and 6 deletions

View File

@ -149,7 +149,7 @@ sub emit_no_corresponding_cmds
} }
local $" = "\n"; local $" = "\n";
print <<EOT; print <<"EOT";
No corresponding commands No corresponding commands
========================= =========================
@options @options
@ -170,7 +170,7 @@ sub emit_no_matching_long_cmds
} }
local $" = "\n"; local $" = "\n";
print <<EOT; print <<"EOT";
Non-matching commands Non-matching commands
===================== =====================
@options @options
@ -199,7 +199,7 @@ sub emit_no_corresponding_opts
} }
local $" = "\n"; local $" = "\n";
print <<EOT; print <<"EOT";
No corresponding options No corresponding options
======================== ========================
@commands @commands
@ -218,7 +218,7 @@ sub emit_deprecated_opts
} }
local $" = "\n"; local $" = "\n";
print <<EOT; print <<"EOT";
Deprecated options Deprecated options
================== ==================
@options @options
@ -237,7 +237,7 @@ sub emit_deprecated_cmds
} }
local $" = "\n"; local $" = "\n";
print <<EOT; print <<"EOT";
Deprecated commands Deprecated commands
=================== ===================
@commands @commands
@ -339,7 +339,7 @@ sub emit_undocumented_cmds
} }
local $" = "\n"; local $" = "\n";
print <<EOT; print <<"EOT";
Undocumented commands Undocumented commands
===================== =====================
@commands @commands