diff options
author | Tom Scogland <scogland1@llnl.gov> | 2016-06-20 11:41:36 -0700 |
---|---|---|
committer | Tom Scogland <scogland1@llnl.gov> | 2016-06-20 11:41:36 -0700 |
commit | f6aa864bc42f2ed517a836f398fb5ee00a2494b3 (patch) | |
tree | 96e7d902af80ad70437b0e90c239022329a9fdbf | |
parent | ac728d3e60ef9ef8c52333449592c5933b9c59ce (diff) | |
download | spack-f6aa864bc42f2ed517a836f398fb5ee00a2494b3.tar.gz spack-f6aa864bc42f2ed517a836f398fb5ee00a2494b3.tar.bz2 spack-f6aa864bc42f2ed517a836f398fb5ee00a2494b3.tar.xz spack-f6aa864bc42f2ed517a836f398fb5ee00a2494b3.zip |
adding quotes to make sure the glob is interpreted correctly
-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 ceec8c7723..f103f7f5a5 100644 --- a/lib/spack/docs/basic_usage.rst +++ b/lib/spack/docs/basic_usage.rst @@ -38,7 +38,7 @@ All packages whose names contain "sql" case insensitive: All packages whose names start with a capital M: -.. command-output:: spack list M* +.. command-output:: spack list 'M*' All packages whose names or descriptions contain Documentation: |