summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruniq <hey@runiq.de>2024-03-07 14:13:32 +0100
committerGitHub <noreply@github.com>2024-03-07 14:13:32 +0100
commit82c380b563f212da94f27b4042c010f3caa7f68b (patch)
treec110157ca3ba8019301255b9875489e410f5bb73
parent8bcf6a31ae8d13cf7b1a9ced4eeec3bcfcd8a15e (diff)
downloadspack-82c380b563f212da94f27b4042c010f3caa7f68b.tar.gz
spack-82c380b563f212da94f27b4042c010f3caa7f68b.tar.bz2
spack-82c380b563f212da94f27b4042c010f3caa7f68b.tar.xz
spack-82c380b563f212da94f27b4042c010f3caa7f68b.zip
Fix `spack find` bootstrapping docs (#43074)
Closes #43052. Maybe moving the argument to the `find` subcommand is a good idea, but I just wanted to get the docs fix out. Co-authored-by: Patrice Peterson <patrice.peterson@itz.uni-halle.de>
-rw-r--r--lib/spack/docs/bootstrapping.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/spack/docs/bootstrapping.rst b/lib/spack/docs/bootstrapping.rst
index 621f888c67..5b09e8d818 100644
--- a/lib/spack/docs/bootstrapping.rst
+++ b/lib/spack/docs/bootstrapping.rst
@@ -87,7 +87,7 @@ You can check what is installed in the bootstrapping store at any time using:
.. code-block:: console
- % spack find -b
+ % spack -b find
==> Showing internal bootstrap store at "/Users/spack/.spack/bootstrap/store"
==> 11 installed packages
-- darwin-catalina-x86_64 / apple-clang@12.0.0 ------------------
@@ -101,7 +101,7 @@ In case it is needed you can remove all the software in the current bootstrappin
% spack clean -b
==> Removing bootstrapped software and configuration in "/Users/spack/.spack/bootstrap"
- % spack find -b
+ % spack -b find
==> Showing internal bootstrap store at "/Users/spack/.spack/bootstrap/store"
==> 0 installed packages
@@ -175,4 +175,4 @@ bootstrapping.
This command needs to be run on a machine with internet access and the resulting folder
has to be moved over to the air-gapped system. Once the local sources are added using the
-commands suggested at the prompt, they can be used to bootstrap Spack. \ No newline at end of file
+commands suggested at the prompt, they can be used to bootstrap Spack.