Skip to content
Snippets Groups Projects
Commit 048e6545 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

made 'X to Y' sequences not include X twice

parent dfbd4514
No related branches found
No related tags found
No related merge requests found
......@@ -619,7 +619,7 @@ EOHELP
}
}
elsif($ARGV[0] =~ /^to$/i) {
$fromnum = $number;
$fromnum = $number+1;
}
} while(shift @ARGV);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment