Skip to content

Commit

Permalink
Merge pull request MordechaiHadad#18 from MordechaiHadad/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
MordechaiHadad authored Apr 24, 2022
2 parents 86734dc + b3a9822 commit e190dd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Uninstall the specified version.

- `bob erase`

Erase any change bob ever made including neovim installation, neovim installs and registry changes.
Erase any change bob ever made including neovim installation, neovim verion downloads and registry changes.

- `bob ls`
List all installed and used versions
Expand Down
2 changes: 1 addition & 1 deletion src/modules/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pub async fn start() -> Result<()> {
.about("Uninstall the specified version"),
)
.subcommand(Command::new("erase")
.about("Erase any change bob ever made including neovim installation, neovim installs and registry changes."))
.about("Erase any change bob ever made including neovim installation, neovim version downloads and registry changes."))
.subcommand(Command::new("ls").about("List all installed and used versions"));

let matches = app.get_matches();
Expand Down

0 comments on commit e190dd1

Please sign in to comment.