summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2016-01-30 17:34:42 +0100
committerFranz Pletz <fpletz@fnordicwalking.de>2016-01-30 17:34:42 +0100
commitc5f092c6a7f20ddca7d1b2ddc2cb8eb6b02d2eaf (patch)
tree616856a1bb9dd4d97890240ef3b7fadebf55560a /pkgs
parentee0dc911579bdebb9c75a58727ba52c896ae8e79 (diff)
parent07f7ecdcce7d1b1fc9a1a241ee4c949cb8debe72 (diff)
downloadnixpkgs-c5f092c6a7f20ddca7d1b2ddc2cb8eb6b02d2eaf.tar
nixpkgs-c5f092c6a7f20ddca7d1b2ddc2cb8eb6b02d2eaf.tar.gz
nixpkgs-c5f092c6a7f20ddca7d1b2ddc2cb8eb6b02d2eaf.tar.bz2
nixpkgs-c5f092c6a7f20ddca7d1b2ddc2cb8eb6b02d2eaf.tar.lz
nixpkgs-c5f092c6a7f20ddca7d1b2ddc2cb8eb6b02d2eaf.tar.xz
nixpkgs-c5f092c6a7f20ddca7d1b2ddc2cb8eb6b02d2eaf.tar.zst
nixpkgs-c5f092c6a7f20ddca7d1b2ddc2cb8eb6b02d2eaf.zip
Merge pull request #12626 from aspiwack/deepclone-doc
Fix usage message in `nix-prefetch-git`
Diffstat (limited to 'pkgs')
-rwxr-xr-xpkgs/build-support/fetchgit/nix-prefetch-git4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/build-support/fetchgit/nix-prefetch-git b/pkgs/build-support/fetchgit/nix-prefetch-git
index 6cf694dd2b1..945ba592a0a 100755
--- a/pkgs/build-support/fetchgit/nix-prefetch-git
+++ b/pkgs/build-support/fetchgit/nix-prefetch-git
@@ -32,8 +32,8 @@ Options:
       --url url       Any url understand by 'git clone'.
       --rev ref       Any sha1 or references (such as refs/heads/master)
       --hash h        Expected hash.
-      --deepClone     Clone submodules recursively.
-      --no-deepClone  Do not clone submodules.
+      --deepClone     Clone the entire repository.
+      --no-deepClone  Make a shallow clone of just the required ref.
       --leave-dotGit  Keep the .git directories.
       --fetch-submodules Fetch submodules.
       --builder       Clone as fetchgit does, but url, rev, and out option are mandatory.