From a1bc2a290048eb37e04fce4610dac3e70e6a0f74 Mon Sep 17 00:00:00 2001 From: fiso64 Date: Sat, 25 Mar 2023 15:38:52 +0100 Subject: [PATCH] commit --- slsk-batchdl/Program.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slsk-batchdl/Program.cs b/slsk-batchdl/Program.cs index dadd258..303202e 100644 --- a/slsk-batchdl/Program.cs +++ b/slsk-batchdl/Program.cs @@ -43,8 +43,8 @@ class Program Console.WriteLine(" --password Soulseek password"); Console.WriteLine(" --artist-col Specify if the csv file contains an artist name column"); Console.WriteLine(" --track-col Specify if if the csv file contains an track name column"); - Console.WriteLine(" --full-title-col Specify only if there are no separate artist and track name columns are not in the csv"); - Console.WriteLine(" --uploader-col Specify when using full title col if there is also an uploader col in the csv (fallback in case artist name cannot be extracted from title)"); + Console.WriteLine(" --full-title-col Specify only if there are no separate artist and track name columns in the csv"); + Console.WriteLine(" --uploader-col Specify when using full title col if there is also an uploader column in the csv (fallback in case artist name cannot be extracted from title)"); Console.WriteLine(" --length-col Specify the name of the track duration column, if exists"); Console.WriteLine(" --time-unit Time unit for the track duration column, ms or s (default: s)"); Console.WriteLine(" --skip-existing Skip if a track matching the conditions is found in the output folder or your music library (if provided)");