diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/spack/cmd/load.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/spack/cmd/load.py b/lib/spack/spack/cmd/load.py index 8bfeac7e69..ab8f88c7f5 100644 --- a/lib/spack/spack/cmd/load.py +++ b/lib/spack/spack/cmd/load.py @@ -21,7 +21,7 @@ def setup_parser(subparser): """Parser is only constructed so that this prints a nice help message with -h. """ arguments.add_common_arguments( - subparser, ['recurse_dependencies', 'installed_specs']) + subparser, ['installed_specs']) shells = subparser.add_mutually_exclusive_group() shells.add_argument( |