summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/spack/defaults/config.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/spack/defaults/config.yaml b/etc/spack/defaults/config.yaml
index c7dfeb58b3..b5e517c98d 100644
--- a/etc/spack/defaults/config.yaml
+++ b/etc/spack/defaults/config.yaml
@@ -42,7 +42,7 @@ config:
# builds directly inside its install directory without staging them in
# temporary space.
#
- # The build stage can be purged with `spack purge --stage`.
+ # The build stage can be purged with `spack clean --stage`.
build_stage:
- $tempdir
- /nfs/tmp2/$user
@@ -50,12 +50,12 @@ config:
# Cache directory already downloaded source tarballs and archived
- # repositories. This can be purged with `spack purge --downloads`.
+ # repositories. This can be purged with `spack clean --downloads`.
source_cache: $spack/var/spack/cache
# Cache directory for miscellaneous files, like the package index.
- # This can be purged with `spack purge --misc-cache`
+ # This can be purged with `spack clean --misc-cache`
misc_cache: ~/.spack/cache