Skip to content

Commit 65ab160

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

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

0 commit comments

Comments
 (0)