aboutsummaryrefslogtreecommitdiff
path: root/pkgs/build-support/fetchgit
diff options
context:
space:
mode:
authorHarmen <harm@dds.nl>2017-07-03 11:41:09 +0200
committerHarmen <harm@dds.nl>2017-07-03 11:44:33 +0200
commit6dab2c72df489bb9e65650066c2fb20691778d81 (patch)
tree6ec930fadcbaabe8ab8b6498e0deb6a61959c5e5 /pkgs/build-support/fetchgit
parent01c3847b9c656d3829dd947395aacd0f84178eb2 (diff)
nix-prefetch-git: add --quiet to --help
Diffstat (limited to 'pkgs/build-support/fetchgit')
-rwxr-xr-xpkgs/build-support/fetchgit/nix-prefetch-git1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/build-support/fetchgit/nix-prefetch-git b/pkgs/build-support/fetchgit/nix-prefetch-git
index 9e4f346f7a5..fa66a1f5540 100755
--- a/pkgs/build-support/fetchgit/nix-prefetch-git
+++ b/pkgs/build-support/fetchgit/nix-prefetch-git
@@ -47,6 +47,7 @@ Options:
--leave-dotGit Keep the .git directories.
--fetch-submodules Fetch submodules.
--builder Clone as fetchgit does, but url, rev, and out option are mandatory.
+ --quiet Only print the final json summary.
"
exit 1
}