From 50a2316a1572c0ff6a2649e1fe34be589089bfda Mon Sep 17 00:00:00 2001 From: Alexander Jaust Date: Tue, 12 Oct 2021 19:23:53 +0200 Subject: [PATCH] Add missing spack command in basic usage tutorial (#26646) The `find` command was missing for the examples forcing colorized output. Without this (or another suitable) command, spack produces output that is not using any color. Thus, without the `find` command one does not see any difference between forced colorized and non-colorized output. --- lib/spack/docs/basic_usage.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/spack/docs/basic_usage.rst b/lib/spack/docs/basic_usage.rst index 38c4f42571d..9f3dac94fb1 100644 --- a/lib/spack/docs/basic_usage.rst +++ b/lib/spack/docs/basic_usage.rst @@ -31,13 +31,13 @@ colorized output with a flag .. code-block:: console - $ spack --color always | less -R + $ spack --color always find | less -R or an environment variable .. code-block:: console - $ SPACK_COLOR=always spack | less -R + $ SPACK_COLOR=always spack find | less -R -------------------------- Listing available packages