From 7e93a0e5f1b57723cd66e015dd74ea6ab2b86879 Mon Sep 17 00:00:00 2001 From: Massimiliano Culpo Date: Sun, 13 Nov 2016 12:45:29 +0100 Subject: install: fixed choices for `--only` (removed the default) fixes #2303 (#2308) --- lib/spack/spack/cmd/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/spack/spack/cmd/install.py b/lib/spack/spack/cmd/install.py index 79af35d3a0..de45c7ca4f 100644 --- a/lib/spack/spack/cmd/install.py +++ b/lib/spack/spack/cmd/install.py @@ -47,7 +47,7 @@ def setup_parser(subparser): '--only', default='package,dependencies', dest='things_to_install', - choices=['package', 'dependencies', 'package,dependencies'], + choices=['package', 'dependencies'], help="""Select the mode of installation. The default is to install the package along with all its dependencies. Alternatively one can decide to install only the package or only -- cgit v1.2.3-60-g2f50