We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a44f7b3 commit e063553Copy full SHA for e063553
scripts/watch-for-rts-spike.mts
@@ -162,7 +162,7 @@ class Program {
162
Deno.exit(1);
163
}
164
if (parsed.help === true) {
165
- Program.log(`Usage: watch-for-rts-spike.mts [--threshold-mib N] [--interval-seconds N]\n`);
+ Program.log(`Usage: watch-for-rts-spike.mts [--threshold-mib N] [--interval-seconds N]`);
166
Program.log(`Defaults: ${JSON.stringify(parseOptions.default)}`);
167
Deno.exit(0);
168
0 commit comments