Documentation: typo in option description (#16518)

This commit is contained in:
Erik Schnetter 2020-05-08 01:23:16 -04:00 committed by GitHub
parent e2d42672b7
commit 4ebff5cef9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'),