aboutsummaryrefslogtreecommitdiff
path: root/renewck
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2023-11-18 21:33:43 +0200
committerSergey Poznyakoff <gray@gnu.org>2023-11-18 21:36:39 +0200
commit8cd3bdfebf28ad78b4fcd4a51be43fd16fb900ea (patch)
tree31b1bc0384576df53f26bfd819da6a071ac4124d /renewck
parent7dc33665f5af31855b04b66f7f5ea6ecef847a65 (diff)
downloaddnstools-master.tar.gz
dnstools-master.tar.bz2
renewck: fix duplicated command line optionHEADmaster
* renewck/renewck: use -D as a short option equivalent of --domain.
Diffstat (limited to 'renewck')
-rwxr-xr-xrenewck/renewck2
1 files changed, 1 insertions, 1 deletions
diff --git a/renewck/renewck b/renewck/renewck
index cc1e4dc..582d7d3 100755
--- a/renewck/renewck
+++ b/renewck/renewck
@@ -437,7 +437,7 @@ GetOptions("help|h" => \$help,
}
}
},
- "domain|d:s" => sub {
+ "domain|D:s" => sub {
foreach my $dom (split(/,/, $_[1])) {
my @s = split(/[=]/, $dom, 2);
# $s[0] =~ tr/[a-z]/[A-Z]/;

Return to:

Send suggestions and report system problems to the System administrator.