From b46aa8b3cdaa52349eafac16ccbfa21cd363b5be Mon Sep 17 00:00:00 2001
From: Brian Carrier <carrier@sleuthkit.org>
Date: Tue, 3 Nov 2020 10:43:37 -0500
Subject: [PATCH] Added message/comment

---
 release/VS2015_cygwin.bat | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/release/VS2015_cygwin.bat b/release/VS2015_cygwin.bat
index 10a14f577..ea03ca4c6 100755
--- a/release/VS2015_cygwin.bat
+++ b/release/VS2015_cygwin.bat
@@ -1,9 +1,10 @@
 @echo off
-REM Launch a Cygwin shell with the needed Visual Studio 2015 environment variables set
+REM Double click on this file to use it. 
+REM It will launch a Cygwin shell with the needed Visual Studio 2015 environment variables set
 REM Used to run the automated build / release scripts that are written in Perl/Python
 
 CALL "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat"
 
 C:
 chdir C:\cygwin64\bin
-bash --login -i
\ No newline at end of file
+bash --login -i
-- 
GitLab