Commit 048e6545 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

made 'X to Y' sequences not include X twice

parent dfbd4514
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -619,7 +619,7 @@ EOHELP
        }
    }
    elsif($ARGV[0] =~ /^to$/i) {
        $fromnum = $number;
        $fromnum = $number+1;
    }
} while(shift @ARGV);