Skip to content

Commit e063553

Browse files
committed
Fix extra newline
1 parent a44f7b3 commit e063553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/watch-for-rts-spike.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ class Program {
162162
Deno.exit(1);
163163
}
164164
if (parsed.help === true) {
165-
Program.log(`Usage: watch-for-rts-spike.mts [--threshold-mib N] [--interval-seconds N]\n`);
165+
Program.log(`Usage: watch-for-rts-spike.mts [--threshold-mib N] [--interval-seconds N]`);
166166
Program.log(`Defaults: ${JSON.stringify(parseOptions.default)}`);
167167
Deno.exit(0);
168168
}

0 commit comments

Comments
 (0)