Skip to content

Commit

Permalink
Issue #437: added redirect to cpanfile and cpanfile.docker
Browse files Browse the repository at this point in the history
Because this is the primary use case.
  • Loading branch information
bschmalhofer committed Jul 29, 2022
1 parent f6c7669 commit 9702704
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/otobo.CheckModules.pl
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ =head1 SYNOPSIS
bin/otobo.CheckModules.pl --finst <features>
# 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
Expand Down

0 comments on commit 9702704

Please sign in to comment.