Skip to content

Commit 3d8c076

Browse files
committed
Add multi-select prompt hints
1 parent 57a6106 commit 3d8c076

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli-rust/src/commands/update.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ fn select_update_targets(
612612
.collect();
613613
let defaults = vec![true; labels.len()];
614614
let selections = MultiSelect::new()
615-
.with_prompt("Select updates to apply")
615+
.with_prompt("Select updates to apply (Space to toggle, Enter to confirm)")
616616
.items(&labels)
617617
.defaults(&defaults)
618618
.interact()?;

0 commit comments

Comments
 (0)