docs: update spack view argument synatx (#8839)

The `--dependencies` and `--exclude` flags are now arguments to the `spack view`
comand rather than the `spack view symlink` command.
This commit is contained in:
Stephen Herbein
2018-07-31 10:41:41 -07:00
committed by Todd Gamblin
parent f7761d1081
commit cdbc545793

View File

@@ -514,7 +514,7 @@ dependencies, but not ``appsy`` itself:
.. code-block:: console
$ spack view symlink --dependencies yes --exclude appsy appsy
$ spack view --dependencies yes --exclude appsy symlink /path/to/MYVIEW/ appsy
Alternately, you wish to create a view whose purpose is to provide
binary executables to end users. You only need to include
@@ -523,7 +523,7 @@ dependencies. In this case, you might use:
.. code-block:: console
$ spack view symlink --dependencies no cmake
$ spack view --dependencies no symlink /path/to/MYVIEW/ cmake
"""""""""""""""""""""""