Skip to content

Commit b8cf546

Browse files
authored
chore: Update developer/src/kmc/src/util/baseOptions.ts
1 parent d2f4e5f commit b8cf546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

developer/src/kmc/src/util/baseOptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export class BaseOptions {
2424
}
2525

2626
public static addLogFormat(program: Command) {
27-
return program.addOption(new Option('-l, --log-format <logFormat>', 'Log format').choices(ALL_COMPILER_LOG_FORMATS).default('formatted'));
27+
return program.addOption(new Option('--log-format <logFormat>', 'Log format').choices(ALL_COMPILER_LOG_FORMATS).default('formatted'));
2828
}
2929

3030
public static addOutFile(program: Command) {

0 commit comments

Comments
 (0)