From 14485ab209a3f904189c5f49c4e3c7d6c4b6c506 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Mon, 25 Nov 2002 01:30:44 +0000 Subject: [PATCH] 2002-11-25 Robert Collins * AntiVirus.cc: Change 'd' to 'D' to fix command line conflict. --- AntiVirus.cc | 2 +- ChangeLog | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/AntiVirus.cc b/AntiVirus.cc index 9d818939..f0f5b366 100644 --- a/AntiVirus.cc +++ b/AntiVirus.cc @@ -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, 'D', "disable-buggy-antivirus", "Disable known or suspected buggy anti virus software packages during execution."); static bool KnownAVIsPresent = false; static bool AVRunning = true; diff --git a/ChangeLog b/ChangeLog index 02d4cff3..04d21f03 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-11-25 Robert Collins + + * AntiVirus.cc: Change 'd' to 'D' to fix command line conflict. + 2002-11-25 Robert Collins * AntiVirus.cc: New file. -- 2.43.5