Skip to content
Snippets Groups Projects
Commit cd806e76 authored by Evert Pot's avatar Evert Pot
Browse files

Missing dash

parent bce84b6f
Branches
Tags 0.0.7
No related merge requests found
0.0.8-alpha (2013-02-11)
* Added: --lt option.
0.0.7-alpha (2013-02-11)
* Added: --lt option.
* Fixed: Relative links in github. Thnx @jelmersnoeck.
* Fixed: Lots of bugfixes before this point :)
......
......@@ -31,7 +31,7 @@ $named = array(
for($i=0; $i < count($arguments); $i++) {
if (substr($arguments[$i],0,2)==='-') {
if (substr($arguments[$i],0,2)==='--') {
$named[substr($arguments[$i],2)] = $arguments[$i+1];
$i++;
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment