mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
nix-prefetch-git: Remove missleading option name.
svn path=/nixpkgs/trunk/; revision=29075
This commit is contained in:
parent
5c8d585216
commit
5f5a47fc76
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user