Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Better hint for --ds option

Co-authored-by: Mats Dufberg <[email protected]>
  • Loading branch information
MichaelTimbert and matsduf committed Oct 21, 2024
1 parent ccb2c64 commit 45f212b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Zonemaster/CLI.pm
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@ sub check_fake_ds {

foreach my $str ( @{ $self->ds } ) {
unless ( $str =~ /$DS_RE/ ) {
say STDERR __( "--ds ds data must be in the form \"keytag,algorithm,type,digest\"");
say STDERR __( "--ds ds data must be in the form \"keytag,algorithm,type,digest\". E.g. space is not permitted anywhere in the string.");
exit( 1 );
}
}
Expand Down

0 comments on commit 45f212b

Please sign in to comment.