mpalmer / lvmsync

Synchronise LVM LVs across a network by sending only snapshotted changes
http://theshed.hezmatt.org/lvmsync
GNU General Public License v3.0
383 stars 61 forks source link

Correct parameter --data-source #62

Closed glance- closed 2 years ago

glance- commented 2 years ago

Without this optparse thinks --data-source is a boolean option which doesn't take a argument, which makes it not work.

mpalmer commented 2 years ago

Thanks for submitting this. I wonder if optparse has changed behaviour over time, or if I just never used the long form option myself...