From 9f07300982a6a5e6054e4f00df74dfa288cfd770 Mon Sep 17 00:00:00 2001 From: healther Date: Sun, 25 Mar 2018 15:49:55 +0200 Subject: fix outdated comments in config.yaml (#7594) * `spack purge` now is `spack clean` --- etc/spack/defaults/config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'etc') 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 -- cgit v1.2.3-70-g09d2