nix-prefetch-git: list --branch-name in help

Listing the option and brief explanation.
Addresses: https://github.com/NixOS/nixpkgs/issues/74182
This commit is contained in:
Dima 2019-11-26 20:41:19 +01:00
parent 8361442cf7
commit df7f3e0f98

View File

@ -42,6 +42,7 @@ Options:
--url url Any url understood by 'git clone'.
--rev ref Any sha1 or references (such as refs/heads/master)
--hash h Expected hash.
--branch-name Branch name to check out into
--deepClone Clone the entire repository.
--no-deepClone Make a shallow clone of just the required ref.
--leave-dotGit Keep the .git directories.