Skip to content

Commit

Permalink
Fix description of the --available option (#633)
Browse files Browse the repository at this point in the history
I think this was a copy/paste error from the --version option.
  • Loading branch information
stevenharman authored Oct 6, 2023
1 parent 5c5e65b commit 2334db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default class UpdateCommand extends Command {
autoupdate: Flags.boolean({hidden: true}),
available: Flags.boolean({
char: 'a',
description: 'Install a specific version.',
description: 'See available versions.',
}),
version: Flags.string({
char: 'v',
Expand Down

0 comments on commit 2334db7

Please sign in to comment.