forked from mirrors/nixpkgs
nix-prefetch-git: add --quiet to --help
This commit is contained in:
parent
01c3847b9c
commit
6dab2c72df
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue