Skip to content

Commit

Permalink
Fixed documentation (#56)
Browse files Browse the repository at this point in the history
Fixed documentation and examples for freshness check
  • Loading branch information
mariominati22 authored Feb 9, 2024
1 parent bd146c6 commit 7a5aad4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions script/cpan-audit
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ Commands:
Options:
--ascii use ascii output
--freshcheck|f check the database for freshness (CPAN::Audit::FreshnessCheck)
--fresh|f check the database for freshness (CPAN::Audit::FreshnessCheck)
--help|h show the help message and exit
--no-color switch off colors
--no-corelist ignore modules bundled with perl version
Expand Down Expand Up @@ -285,10 +285,10 @@ important to keep it up to date. Every update of the internal database
is released as a new version. Ensure that you have the latest database
by updating L<CPAN::Audit> frequently; the database can change daily.
You can use enable a warning for a possibly out-of-date database by
adding C<--freshcheck>, which warns if the database version is older
adding C<--fresh>, which warns if the database version is older
than a month:
% cpan-audit --freshcheck ...
% cpan-audit --fresh ...
% cpan-audit -f ...
% env CPAN_AUDIT_FRESH_DAYS=7 cpan-audit -f ...
Expand Down

0 comments on commit 7a5aad4

Please sign in to comment.