Skip to content

Commit

Permalink
fix: better paramcache UX (#1152)
Browse files Browse the repository at this point in the history
Make clear that you should use the space key to select items.
  • Loading branch information
vmx committed Jun 5, 2020
1 parent b6bf96f commit d15b430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filecoin-proofs/src/bin/paramcache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ pub fn main() {
.collect::<Vec<_>>();

let selected_sector_sizes = MultiSelect::with_theme(&ColorfulTheme::default())
.with_prompt("Select the sizes that should be generated if not already cached")
.with_prompt("Select the sizes that should be generated if not already cached [use space key to select]")
.items(&sector_sizes[..])
.interact()
.unwrap();
Expand Down

0 comments on commit d15b430

Please sign in to comment.