Skip to content

Commit

Permalink
Merge 0a8368f into f77b2d0
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeenan committed Aug 6, 2021
2 parents f77b2d0 + 0a8368f commit 6501c97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Porting/core-cpan-diff
Expand Up @@ -53,7 +53,7 @@ Usage: $0 [opts] [ -d | -v | -x ] [ -a | module ... ]
-d/--diff Display file differences using diff(1), rather than just
listing which files have changed.
--diffopts Options to pass to the diff command. Defaults to '-u --binary'.
--diffopts Options to pass to the diff command. Defaults to '-u'.
-f|force Force download from CPAN of new 02packages.details.txt file
(with --crosscheck only).
Expand Down Expand Up @@ -125,7 +125,7 @@ sub run {
if ( $reverse || $use_diff || $diff_opts );
}
else {
$diff_opts = '-u --binary' unless defined $diff_opts;
$diff_opts = '-u' unless defined $diff_opts;
usage("can't use -f without --crosscheck") if $force;
}

Expand Down

0 comments on commit 6501c97

Please sign in to comment.