Skip to content

Commit

Permalink
Fixes a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
andreban committed Jan 29, 2020
1 parent f859c4d commit e339453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/cmds/help.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export async function help(args: ParsedArgs, log = new Log('help')): Promise<voi
const command = args._[1];
const message = HELP_MESSAGES.get(command) || HELP_MESSAGES.get('main');

// Should never happen, as we know we have a message for Command.main,
// Should never happen, as we know we have a message for main,
// but TypeScript doesn't know it.
if (message === undefined) {
log.error(`Could not find help message for args: ${args}`);
Expand Down

0 comments on commit e339453

Please sign in to comment.