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 Tamara Dahlgren
parent 508534aad9
commit ad84351c43
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -6,7 +6,7 @@
description = "run a command in a spec's test environment, " \ description = "run a command in a spec's test environment, " \
"or dump its environment to screen or file" "or dump its environment to screen or file"
section = "administration" section = "admin"
level = "long" level = "long"
setup_parser = env_utility.setup_parser setup_parser = env_utility.setup_parser