Skip to content

Commit

Permalink
chores: wording changes (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
CGQAQ authored Jun 7, 2022
1 parent 52a50f6 commit 1e8879f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ EXAMPLE:
dvm install 1.3.2 Install v1.3.2 release
dvm install Install the latest available version
dvm use 1.0.0 Use v1.0.0 release
dvm use latest Use the latest alias that comes with dvm, equivalent to *
dvm use latest Use the latest alias that comes with dvm
dvm use canry Use the canary version of the Deno
NOTE:
Expand Down
2 changes: 1 addition & 1 deletion README_zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ EXAMPLE:
dvm install 1.3.2 Install v1.3.2 release
dvm install Install the latest available version
dvm use 1.0.0 Use v1.0.0 release
dvm use latest Use the latest alias that comes with dvm, equivalent to *
dvm use latest Use the latest alias that comes with dvm
dvm use canry Use the canary version of the Deno
NOTE:
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ pub enum AliasCommands {
name: String,
},

#[clap(about = "List all alias")]
#[clap(about = "List all aliases")]
List,
}

Expand Down

0 comments on commit 1e8879f

Please sign in to comment.