diff options
author | Adam J. Stewart <ajstewart426@gmail.com> | 2020-11-23 05:38:34 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-23 12:38:34 +0100 |
commit | fb2ac2077d170094d5053604c4ee96f72ee630b1 (patch) | |
tree | a4d0c55dee01242c68c32fd26986b84b141c1dba /lib | |
parent | b62401ec8f1119225a7a1086a684d2a5203ef4c8 (diff) | |
download | spack-fb2ac2077d170094d5053604c4ee96f72ee630b1.tar.gz spack-fb2ac2077d170094d5053604c4ee96f72ee630b1.tar.bz2 spack-fb2ac2077d170094d5053604c4ee96f72ee630b1.tar.xz spack-fb2ac2077d170094d5053604c4ee96f72ee630b1.zip |
Docs: remove duplication in Command Reference (#20021)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/spack/cmd/test.py | 2 | ||||
-rw-r--r-- | lib/spack/spack/cmd/test_env.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/spack/spack/cmd/test.py b/lib/spack/spack/cmd/test.py index 10b0eb73ca..d164e26334 100644 --- a/lib/spack/spack/cmd/test.py +++ b/lib/spack/spack/cmd/test.py @@ -21,7 +21,7 @@ import spack.report import spack.package description = "run spack's tests for an install" -section = "administrator" +section = "admin" level = "long" diff --git a/lib/spack/spack/cmd/test_env.py b/lib/spack/spack/cmd/test_env.py index 61e85046c1..a0f54d482f 100644 --- a/lib/spack/spack/cmd/test_env.py +++ b/lib/spack/spack/cmd/test_env.py @@ -6,7 +6,7 @@ import spack.cmd.common.env_utility as env_utility description = "run a command in a spec's test environment, " \ "or dump its environment to screen or file" -section = "administration" +section = "admin" level = "long" setup_parser = env_utility.setup_parser |