Better comment

This commit is contained in:
Robert Morrison 2022-06-20 03:46:25 +01:00
parent 9e898f4f56
commit c6a00c8c2b
Signed by: robert
GPG Key ID: 73E012EB3F4EC696

View File

@ -79,6 +79,7 @@ class Program
Log.Warning("This program has only been tested on linux and cannot be assumed to work on other Operating Systems");
}
// Get and check the directories passed to the program
string _inputDirectory = args[0];
string _outputDirectory = args[1];