added flag descriptions

This commit is contained in:
mischa 2022-08-20 09:05:58 +00:00
parent 7add56c177
commit 4792bd5b3f
1 changed files with 3 additions and 0 deletions

View File

@ -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);