From 2334db74b29b5624c299bb7c326dd1e188324071 Mon Sep 17 00:00:00 2001 From: Steven Harman Date: Fri, 6 Oct 2023 15:52:58 -0400 Subject: [PATCH] Fix description of the --available option (#633) I think this was a copy/paste error from the --version option. --- src/commands/update.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/update.ts b/src/commands/update.ts index 0ba594a1..ddb2cdfc 100644 --- a/src/commands/update.ts +++ b/src/commands/update.ts @@ -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',