3
0
Fork 0
forked from mirrors/nixpkgs

nix-prefetch-git: Remove missleading option name.

svn path=/nixpkgs/trunk/; revision=29075
This commit is contained in:
Nicolas Pierron 2011-09-07 10:02:12 +00:00
parent 5c8d585216
commit 5f5a47fc76

View file

@ -33,7 +33,6 @@ for arg; do
--deepClone) deepClone=true;;
--no-deepClone) deepClone=false;;
--leave-dotGit) leaveDotGit=true;;
--keep-dotGit) leaveDotGit=;;
--builder) builder=true;;
*)
argi=$(($argi + 1))