diff options
author | Erik Schnetter <schnetter@gmail.com> | 2020-05-08 01:23:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-07 22:23:16 -0700 |
commit | 4ebff5cef9e00bc858f85ca121dd47c9cf580ae9 (patch) | |
tree | 98794e3991f6b39189f721f0d8f2d64ef7d19469 | |
parent | e2d42672b702ac6a1a3fe182b903e6122945c033 (diff) | |
download | spack-4ebff5cef9e00bc858f85ca121dd47c9cf580ae9.tar.gz spack-4ebff5cef9e00bc858f85ca121dd47c9cf580ae9.tar.bz2 spack-4ebff5cef9e00bc858f85ca121dd47c9cf580ae9.tar.xz spack-4ebff5cef9e00bc858f85ca121dd47c9cf580ae9.zip |
Documentation: typo in option description (#16518)
-rw-r--r-- | lib/spack/spack/cmd/view.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/spack/cmd/view.py b/lib/spack/spack/cmd/view.py index 18c836736e..bad155a456 100644 --- a/lib/spack/spack/cmd/view.py +++ b/lib/spack/spack/cmd/view.py @@ -111,7 +111,7 @@ def setup_parser(sp): help='add package files to a filesystem view via symbolic links'), "hardlink": ssp.add_parser( 'hardlink', aliases=['hard'], - help='add packages files to a filesystem via via hard links'), + help='add packages files to a filesystem view via hard links'), "remove": ssp.add_parser( 'remove', aliases=['rm'], help='remove packages from a filesystem view'), |