diff --git a/slsk-batchdl/Program.cs b/slsk-batchdl/Program.cs index f2a8ff9..4c86df4 100644 --- a/slsk-batchdl/Program.cs +++ b/slsk-batchdl/Program.cs @@ -48,9 +48,10 @@ class Program 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) (default: false)"); - //Console.WriteLine(" --music-dir Specify to also skip downloading tracks which are in your library, use with --skip-existing (currently too slow / unusable)"); + Console.WriteLine(" --music-dir Specify to also skip downloading tracks which are in your library, use with --skip-existing"); Console.WriteLine(" --skip-if-pref-failed Skip if preferred versions of a track exist but failed to download. If no pref. versions were found, download as normal. (default: false)"); Console.WriteLine(" --create-m3u Create an m3u playlist file in the output dir. (default: false)"); + Console.WriteLine(" --m3u-only Only create an m3u playlist file with existing tracks and exit (default: false)"); Console.WriteLine(" --search-timeout Maximal search time (default: 15000)"); Console.WriteLine(" --download-max-stale-time