diff --git a/bin/otobo.CheckModules.pl b/bin/otobo.CheckModules.pl index 2915659cff..dbc02322db 100755 --- a/bin/otobo.CheckModules.pl +++ b/bin/otobo.CheckModules.pl @@ -44,10 +44,10 @@ =head1 SYNOPSIS bin/otobo.CheckModules.pl --finst # Print a cpanfile with the required modules regardless whether they are already available. - bin/otobo.CheckModules.pl --cpanfile + bin/otobo.CheckModules.pl --cpanfile > cpanfile # Print a cpanfile with the required modules for a Docker-based installation. - bin/otobo.CheckModules.pl --docker-cpanfile + bin/otobo.CheckModules.pl --docker-cpanfile > cpanfile.docker =head1 DESCRIPTION