Fix typo (opt instead of opts)

This commit is contained in:
Daniel Berteaud 2018-07-09 10:53:05 +02:00
parent d9fe8ebc2d
commit 6d0239555f

View File

@ -184,7 +184,7 @@ if ((!@vms) || ($opts{help})){
exit 1;
}
# dumpcmd can only be used with the dump action
if ($opts{dumpcmd} && $opt{action} != 'dump'){
if ($opts{dumpcmd} && $opts{action} != 'dump'){
usage();
exit 1;
}