Compare commits

...

2 Commits

Author SHA1 Message Date
ossimoi 0747208194
Merge b27b120c19 into 2259625b08 2024-09-28 13:19:37 -04:00
Ossi A b27b120c19 syncoid: add -X send option in special options 2024-06-25 11:11:29 +03:00
1 changed files with 1 additions and 1 deletions

View File

@ -2175,7 +2175,7 @@ sub parsespecialoptions {
return undef;
}
if ($char eq 'o' || $char eq 'x') {
if ($char eq 'o' || $char eq 'x' || $char eq 'X') {
$lastOption = $char;
$optionValue = 1;
} else {