3
0
Fork 0
forked from mirrors/nixpkgs

nix-prefetch-git: add --quiet to --help

This commit is contained in:
Harmen 2017-07-03 11:41:09 +02:00
parent 01c3847b9c
commit 6dab2c72df

View file

@ -47,6 +47,7 @@ Options:
--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.
--quiet Only print the final json summary.
" "
exit 1 exit 1
} }