diff options
author | Tom Scogland <scogland1@llnl.gov> | 2016-06-20 11:42:35 -0700 |
---|---|---|
committer | Tom Scogland <scogland1@llnl.gov> | 2016-06-20 11:42:35 -0700 |
commit | 45482187b473d3b613700bb29af82748a54c4d1a (patch) | |
tree | 29a214ed4b1bced1ef447780b256c8e3d13d797e | |
parent | f6aa864bc42f2ed517a836f398fb5ee00a2494b3 (diff) | |
download | spack-45482187b473d3b613700bb29af82748a54c4d1a.tar.gz spack-45482187b473d3b613700bb29af82748a54c4d1a.tar.bz2 spack-45482187b473d3b613700bb29af82748a54c4d1a.tar.xz spack-45482187b473d3b613700bb29af82748a54c4d1a.zip |
one more typo issue
-rw-r--r-- | lib/spack/docs/basic_usage.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/docs/basic_usage.rst b/lib/spack/docs/basic_usage.rst index f103f7f5a5..ec193e767d 100644 --- a/lib/spack/docs/basic_usage.rst +++ b/lib/spack/docs/basic_usage.rst @@ -26,7 +26,7 @@ Spack can install: The packages are listed by name in alphabetical order. If you specify a pattern to match, it will follow this set of rules. A pattern with no -wildcards, ``*`` or ``?``, will be treated as though it started and ended iwth +wildcards, ``*`` or ``?``, will be treated as though it started and ended with ``*``, so ``util`` is equivalent to ``*util*``. A pattern with no capital letters will be treated as case-insensitive. You can also add the ``-i`` flag to specify a case insensitive search, or ``-d`` to search the description of |