mpalmer / lvmsync

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

Correct parameter --data-source #62

Closed glance- closed 1 year ago

glance- commented 1 year ago

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

mpalmer commented 1 year 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...