diff options
Diffstat (limited to 'Master/tlpkg/bin/check-depend-consistency')
-rwxr-xr-x | Master/tlpkg/bin/check-depend-consistency | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/check-depend-consistency b/Master/tlpkg/bin/check-depend-consistency index 3ff427164a9..95ee0850e2a 100755 --- a/Master/tlpkg/bin/check-depend-consistency +++ b/Master/tlpkg/bin/check-depend-consistency @@ -17,6 +17,7 @@ our $mydir; use strict; use TeXLive::TLConfig; +use TeXLive::TLUtils; use TeXLive::TLPOBJ; use TeXLive::TLPDB; use Getopt::Long; @@ -25,6 +26,8 @@ use File::Path; my $help = 0; +TeXLive::TLUtils::process_logging_options(); + GetOptions("help|?" => \$help) or pod2usage(1); pod2usage(-exitstatus => 0, -verbose => 2) if $help; |