Skip to content

Commit

Permalink
Merge pull request #1628 from MrChocolatine/patch-1
Browse files Browse the repository at this point in the history
Update `uninstall` command's help text with examples of what can actually be uninstalled
  • Loading branch information
chriskrycho authored Jan 1, 2024
2 parents b60b1e8 + 97a09a6 commit fc8ff66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/command/uninstall.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use crate::command::Command;

#[derive(StructOpt)]
pub(crate) struct Uninstall {
/// The tool to uninstall, e.g. `node`, `npm`, `yarn`, or <package>
/// The tool to uninstall, like `ember-cli-update`, `typescript`, or <package>
tool: String,
}

Expand Down

0 comments on commit fc8ff66

Please sign in to comment.