spack make-installer: deterministic choice order (#38706)
This commit is contained in:
parent
33c5959e23
commit
5bd7a0c563
@ -49,9 +49,8 @@ def setup_parser(subparser):
|
||||
"-g",
|
||||
"--git-installer-verbosity",
|
||||
default="",
|
||||
choices=set(["SILENT", "VERYSILENT"]),
|
||||
help="Level of verbosity provided by bundled Git Installer.\
|
||||
Default is fully verbose",
|
||||
choices=["SILENT", "VERYSILENT"],
|
||||
help="Level of verbosity provided by bundled Git Installer. Default is fully verbose",
|
||||
required=False,
|
||||
action="store",
|
||||
dest="git_verbosity",
|
||||
|
Loading…
Reference in New Issue
Block a user