made 'X to Y' sequences not include X twice
This commit is contained in:
parent
dfbd45142d
commit
048e654514
@ -619,7 +619,7 @@ EOHELP
|
||||
}
|
||||
}
|
||||
elsif($ARGV[0] =~ /^to$/i) {
|
||||
$fromnum = $number;
|
||||
$fromnum = $number+1;
|
||||
}
|
||||
} while(shift @ARGV);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user