Skip to content

Commit 1fa62d1

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

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

0 commit comments

Comments
 (0)