From 44b406c4b1bfe42c92ceb5f9b9e0d26eab32387d Mon Sep 17 00:00:00 2001 From: loveb Date: Thu, 19 Jan 2023 12:55:38 +0100 Subject: [PATCH] 1,2,3,4 --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 24a42d2..fd22a3f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -60,7 +60,7 @@ async fn main() { refresh(&parser).await; continue; } else if user_wish == "d" { - let selection = readline.input("Download all or select in comma separated [a]: "); + let selection = readline.input("Download all or select in comma separated [a | 1,2,3,4]: "); let selection = selection.trim(); let to_download = loop {