diff options
author | Sadie Powell <sadie@witchery.services> | 2021-01-27 16:47:08 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2021-01-27 16:47:08 +0000 |
commit | 859a79923a1e9df7195e1320d66b61ee162f52cc (patch) | |
tree | 691a9d5cb9aea1e587c130888b389398843b7b45 /tools/mkdescriptions | |
parent | f6b861f12d070ba931d829505bfd3229653f5df2 (diff) |
Migrate some stuff away from print_format.
Diffstat (limited to 'tools/mkdescriptions')
-rwxr-xr-x | tools/mkdescriptions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mkdescriptions b/tools/mkdescriptions index bb6f011d8..5145422c0 100755 --- a/tools/mkdescriptions +++ b/tools/mkdescriptions @@ -35,7 +35,7 @@ use make::common; use make::console; unless (scalar @ARGV) { - print_format "<|GREEN Usage:|> $0 <<|UNDERLINE DOCS-SITE|>>\n", *STDERR; + say STDERR console_format "<|GREEN Usage:|> $0 <<|UNDERLINE DOCS-SITE|>>"; exit 1; } |