From c6a00c8c2b3cea063dfe1a7e91fdf7853a5080d7 Mon Sep 17 00:00:00 2001 From: Robert Morrison Date: Mon, 20 Jun 2022 03:46:25 +0100 Subject: [PATCH] Better comment --- Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Program.cs b/Program.cs index bef80d7..983ccf6 100644 --- a/Program.cs +++ b/Program.cs @@ -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];