Skip to content

Commit 843933a

Browse files
committed
refactor: Fix outdated command params in CLI help screen
1 parent 396766c commit 843933a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/core/src/cli/commands.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ export const cliCommandsConfig: CliConfig = {
1616
`Check patch status (use with ${chalk.cyanBright('--dir')} to specify TS package location)`
1717
},
1818
patch: {
19-
short: void 0, paramCaption: '<module_file> | <glob>', caption:
19+
short: void 0, paramCaption: '<module_file>', caption:
2020
'Patch specific module(s) ' + chalk.yellow('(advanced)')
2121
},
2222
unpatch: {
23-
short: void 0, paramCaption: '<module_file> | <glob>', caption:
23+
short: void 0, paramCaption: '<module_file>', caption:
2424
'Un-patch specific module(s) ' + chalk.yellow('(advanced)')
2525
},
2626
'clear-cache': { caption: 'Clears cache and lock-files' },

0 commit comments

Comments
 (0)