🐛 I messed up the lc args

This commit is contained in:
trickypr 2022-10-22 21:36:11 +11:00
parent 6665b42b47
commit 50c97e1054
2 changed files with 8 additions and 2 deletions

View file

@ -105,8 +105,8 @@ export const commands: Cmd[] = [
aliases: ['lc'],
options: [
{
arg: '-n, --no-fix',
description: "Do not add MPL-2.0 headers to files that don't have it",
arg: '--fix',
description: "Will add MPL-2.0 headers to files that don't have it",
},
],
description: 'Check the src directory for the absence of MPL-2.0 header.',