aboutsummaryrefslogtreecommitdiffstats
path: root/tools/SputnikConverter/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'tools/SputnikConverter/Program.cs')
-rw-r--r--tools/SputnikConverter/Program.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/SputnikConverter/Program.cs b/tools/SputnikConverter/Program.cs
index e298f5353..3414375bd 100644
--- a/tools/SputnikConverter/Program.cs
+++ b/tools/SputnikConverter/Program.cs
@@ -15,6 +15,7 @@ namespace Microsoft.Sputnik.Interop.ParserEngine
if (args == null || args.Length < 2)
{
+ System.Console.WriteLine("You must specify the source directory and the destination directory!");
return;
}
source = args[0];