Skip to content

Commit 97a09a6

Browse files
committed
refactor: update uninstall help text
With examples of what can actually be uninstalled.
1 parent 1fa62d1 commit 97a09a6

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. <package>
12+
/// The tool to uninstall, like `ember-cli-update`, `typescript`, or <package>
1313
tool: String,
1414
}
1515

0 commit comments

Comments
 (0)