Skip to content

Commit

Permalink
fix: small tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
sumwatshade committed Aug 4, 2021
1 parent 9ac3c71 commit 70e7674
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commands/update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ import { ls, wait } from '../util';

export default class UpdateCommand extends Command {
static description =
'update the <%= config.bin %> CLI. This will download a new binary';
'Updates the <%= config.bin %> CLI. This will check for the latest version available on the requested channel and fetch it from remote';

static args = [
{
name: 'channel', // name of arg to show in help and reference with args[name]
required: false, // make the arg required with `required: true`
description:
'Specify a prerelease channel. An error will be thrown if this channel is invalid.', // help description
'Specify a channel (ex: stable,alpha,beta,next). An error will be thrown if this channel is invalid.', // help description
},
];

Expand Down

0 comments on commit 70e7674

Please sign in to comment.