Merge pull request #27082 from alicebob/fetchgitquiet

nix-prefetch-git: add --quiet to --help
This commit is contained in:
Jörg Thalheim 2017-07-04 15:11:13 +01:00 committed by GitHub
commit c40a929c82

View file

@ -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
}