Skip to content

Commit 89c65d7

Browse files
committed
refactor: remove npm from uninstall help text
At the time of writing this, uninstalling this tool is not supported: ``` ➜ volta uninstall npm error: Uninstalling npm is not supported yet. ``` Resolves #1563
1 parent 65ab160 commit 89c65d7

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. `npm`, `yarn`, or <package>
12+
/// The tool to uninstall, e.g. `yarn`, or <package>
1313
tool: String,
1414
}
1515

0 commit comments

Comments
 (0)