forked from mirrors/nixpkgs
Merge pull request #12626 from aspiwack/deepclone-doc
Fix usage message in `nix-prefetch-git`
This commit is contained in:
commit
c5f092c6a7
|
@ -32,8 +32,8 @@ Options:
|
||||||
--url url Any url understand by 'git clone'.
|
--url url Any url understand by 'git clone'.
|
||||||
--rev ref Any sha1 or references (such as refs/heads/master)
|
--rev ref Any sha1 or references (such as refs/heads/master)
|
||||||
--hash h Expected hash.
|
--hash h Expected hash.
|
||||||
--deepClone Clone submodules recursively.
|
--deepClone Clone the entire repository.
|
||||||
--no-deepClone Do not clone submodules.
|
--no-deepClone Make a shallow clone of just the required ref.
|
||||||
--leave-dotGit Keep the .git directories.
|
--leave-dotGit Keep the .git directories.
|
||||||
--fetch-submodules Fetch submodules.
|
--fetch-submodules Fetch submodules.
|
||||||
--builder Clone as fetchgit does, but url, rev, and out option are mandatory.
|
--builder Clone as fetchgit does, but url, rev, and out option are mandatory.
|
||||||
|
|
Loading…
Reference in a new issue