summaryrefslogtreecommitdiff
path: root/lib/spack/spack/cmd/bootstrap.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/spack/spack/cmd/bootstrap.py')
-rw-r--r--lib/spack/spack/cmd/bootstrap.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/spack/spack/cmd/bootstrap.py b/lib/spack/spack/cmd/bootstrap.py
index a804086a38..b6daf4f09b 100644
--- a/lib/spack/spack/cmd/bootstrap.py
+++ b/lib/spack/spack/cmd/bootstrap.py
@@ -33,6 +33,8 @@ from spack.util.executable import ProcessError, which
_SPACK_UPSTREAM = 'https://github.com/llnl/spack'
description = "create a new installation of spack in another prefix"
+section = "admin"
+level = "long"
def setup_parser(subparser):