Skip to content

Commit 1026fe1

Browse files
authored
Fixes help (#81)
1 parent 49ea6a2 commit 1026fe1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sources/commands/Disable.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export class DisableCommand extends Command<Context> {
1616
details: `
1717
When run, this command will remove the shims for the specified package managers from the install directory, or all shims if no parameters are passed.
1818
19-
By default it will locate the install directory by running the equivalent of \`which corepack\`, but this can be tweaked by explicitly passing the install directory via the \`--bin-folder\` flag.
19+
By default it will locate the install directory by running the equivalent of \`which corepack\`, but this can be tweaked by explicitly passing the install directory via the \`--install-directory\` flag.
2020
`,
2121
examples: [[
2222
`Disable all shims, removing them if they're next to the \`coreshim\` binary`,

sources/commands/Enable.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export class EnableCommand extends Command<Context> {
1717
details: `
1818
When run, this commmand will check whether the shims for the specified package managers can be found with the correct values inside the install directory. If not, or if they don't exist, they will be created.
1919
20-
By default it will locate the install directory by running the equivalent of \`which corepack\`, but this can be tweaked by explicitly passing the install directory via the \`--bin-folder\` flag.
20+
By default it will locate the install directory by running the equivalent of \`which corepack\`, but this can be tweaked by explicitly passing the install directory via the \`--install-directory\` flag.
2121
`,
2222
examples: [[
2323
`Enable all shims, putting them next to the \`corepath\` binary`,

0 commit comments

Comments
 (0)