Docs: remove duplication in Command Reference (#20021)

This commit is contained in:
Adam J. Stewart 2020-11-23 05:38:34 -06:00 committed by GitHub
parent b62401ec8f
commit fb2ac2077d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
import spack.package
description = "run spack's tests for an install"
section = "administrator"
section = "admin"
level = "long"

View File

@ -6,7 +6,7 @@
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