diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/docs/basic_usage.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/spack/docs/basic_usage.rst b/lib/spack/docs/basic_usage.rst index 15e1a23bfc..db1cf519f1 100644 --- a/lib/spack/docs/basic_usage.rst +++ b/lib/spack/docs/basic_usage.rst @@ -1244,8 +1244,8 @@ For example, for the ``stackstart`` variant: .. code-block:: sh - mpileaks stackstart=4 # variant will be propagated to dependencies - mpileaks stackstart==4 # only mpileaks will have this variant value + mpileaks stackstart==4 # variant will be propagated to dependencies + mpileaks stackstart=4 # only mpileaks will have this variant value ^^^^^^^^^^^^^^ Compiler Flags |