From d11a7d094a3a5979e713ee666bd317d8c6c547b0 Mon Sep 17 00:00:00 2001 From: glax Date: Fri, 19 May 2023 17:39:39 +0200 Subject: [PATCH] Changed string --- Tranga-CLI/Tranga_Cli.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tranga-CLI/Tranga_Cli.cs b/Tranga-CLI/Tranga_Cli.cs index 4a05265..e6feb80 100644 --- a/Tranga-CLI/Tranga_Cli.cs +++ b/Tranga-CLI/Tranga_Cli.cs @@ -14,7 +14,7 @@ public static class Tranga_Cli if (folderPath.Length < 1) folderPath = "D:"; - Console.Write("Mode (D: downloadNow, T: tasks):"); + Console.Write("Mode (D: Interactive only, T: TaskManager):"); ConsoleKeyInfo mode = Console.ReadKey(); while (mode.Key != ConsoleKey.D && mode.Key != ConsoleKey.T) mode = Console.ReadKey();