Skip to content

Commit fc8ff66

Browse files
authored
Merge pull request #1628 from MrChocolatine/patch-1
Update `uninstall` command's help text with examples of what can actually be uninstalled
2 parents b60b1e8 + 97a09a6 commit fc8ff66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/command/uninstall.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use crate::command::Command;
99

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

0 commit comments

Comments
 (0)