From 6dab2c72df489bb9e65650066c2fb20691778d81 Mon Sep 17 00:00:00 2001 From: Harmen Date: Mon, 3 Jul 2017 11:41:09 +0200 Subject: [PATCH] nix-prefetch-git: add --quiet to --help --- pkgs/build-support/fetchgit/nix-prefetch-git | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/build-support/fetchgit/nix-prefetch-git b/pkgs/build-support/fetchgit/nix-prefetch-git index 9e4f346f7a5251..fa66a1f55406eb 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 }