From 4792bd5b3f74a4af9a814fb88aa8fa07e24b6d68 Mon Sep 17 00:00:00 2001 From: mischa Date: Sat, 20 Aug 2022 09:05:58 +0000 Subject: [PATCH] added flag descriptions --- VIRTUAL_VACATION/vacation.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VIRTUAL_VACATION/vacation.pl b/VIRTUAL_VACATION/vacation.pl index cf86fee..13cf656 100755 --- a/VIRTUAL_VACATION/vacation.pl +++ b/VIRTUAL_VACATION/vacation.pl @@ -28,6 +28,9 @@ my $db_user = ''; my $db_pass = ''; my $db_name = ''; +# -l = logging of virtual vacation parsed report/filter streams and decisions +# -v = verbose (extra flag) logging of report stream +# -d = debug (extra flag) logging of filter stream getopts('lvd'); our($opt_l, $opt_v, $opt_d);