diff --git a/src/commands/browse.rs b/src/commands/browse.rs index 866dbd3..f6bc100 100644 --- a/src/commands/browse.rs +++ b/src/commands/browse.rs @@ -43,7 +43,7 @@ pub fn execute(category_filter: Option, interactive: bool) -> Result<()> println!("{}", "Popular mpv Scripts".bold().underline()); if interactive { - println!("{}", "Enter numbers to add repos (e.g., 1 3 5 or 1-5)\n".dimmed()); + println!("{}", "Select by number: 1 3 5 | 1,3,5 | 1-5 | 1-3,7,9-11".dimmed()); } println!();