Fix spelling.

This commit is contained in:
Darko Poljak 2017-08-25 10:50:11 +02:00
parent 4851c0517f
commit d9cf1590b8
2 changed files with 2 additions and 2 deletions

View File

@ -177,7 +177,7 @@ def get_parsers():
'-R', '--use-archiving', nargs='?',
choices=('tar', 'tgz', 'tbz2', 'txz',),
help=('Operate by using archiving with compression where '
'apropriate. Supported values are: tar - tar archive, '
'appropriate. Supported values are: tar - tar archive, '
'tgz - gzip tar archive (the default), '
'tbz2 - bzip2 tar archive and txz - lzma tar archive. '
'Currently in beta.'),

View File

@ -171,7 +171,7 @@ Install command is currently in beta.
.. option:: -R [{tar,tgz,tbz2,txz}], --use-archiving [{tar,tgz,tbz2,txz}]
Operate by using archiving with compression where
apropriate. Supported values are: tar - tar archive,
appropriate. Supported values are: tar - tar archive,
tgz - gzip tar archive (the default), tbz2 - bzip2 tar
archive and txz - lzma tar archive. Currently in beta.