We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57a6106 commit 3d8c076Copy full SHA for 3d8c076
1 file changed
packages/cli-rust/src/commands/update.rs
@@ -612,7 +612,7 @@ fn select_update_targets(
612
.collect();
613
let defaults = vec![true; labels.len()];
614
let selections = MultiSelect::new()
615
- .with_prompt("Select updates to apply")
+ .with_prompt("Select updates to apply (Space to toggle, Enter to confirm)")
616
.items(&labels)
617
.defaults(&defaults)
618
.interact()?;
0 commit comments