]> cygwin.com Git - cygwin-apps/setup.git/blobdiff - AntiVirus.cc
2002-11-26 Robert Collins <rbtcollins@hotmail.com>
[cygwin-apps/setup.git] / AntiVirus.cc
index f0f5b366802ef6aabfc424d059e9d68de87f1ef5..bf79d7a9edcd229eca324907cebb363b6f3ca7b0 100644 (file)
@@ -38,7 +38,7 @@ static const char *cvsid =
 /* XXX: Split this into observer and model classes */
   
 /* Default is to leave well enough alone */
-static BoolOption DisableVirusOption (false, 'D', "disable-buggy-antivirus", "Disable known or suspected buggy anti virus software packages during execution.");
+static BoolOption DisableVirusOption (false, 'A', "disable-buggy-antivirus", "Disable known or suspected buggy anti virus software packages during execution.");
 
 static bool KnownAVIsPresent = false;
 static bool AVRunning = true;
This page took 0.0246 seconds and 5 git commands to generate.