Fix typo (opt instead of opts)

tags/virt-backup-0.2.16-1
Daniel Berteaud 6 years ago
parent d9fe8ebc2d
commit 6d0239555f
  1. 2
      virt-backup

@ -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;
}

Loading…
Cancel
Save