Fix spelling.
This commit is contained in:
parent
4851c0517f
commit
d9cf1590b8
2 changed files with 2 additions and 2 deletions
|
@ -177,7 +177,7 @@ def get_parsers():
|
||||||
'-R', '--use-archiving', nargs='?',
|
'-R', '--use-archiving', nargs='?',
|
||||||
choices=('tar', 'tgz', 'tbz2', 'txz',),
|
choices=('tar', 'tgz', 'tbz2', 'txz',),
|
||||||
help=('Operate by using archiving with compression where '
|
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), '
|
'tgz - gzip tar archive (the default), '
|
||||||
'tbz2 - bzip2 tar archive and txz - lzma tar archive. '
|
'tbz2 - bzip2 tar archive and txz - lzma tar archive. '
|
||||||
'Currently in beta.'),
|
'Currently in beta.'),
|
||||||
|
|
|
@ -171,7 +171,7 @@ Install command is currently in beta.
|
||||||
.. option:: -R [{tar,tgz,tbz2,txz}], --use-archiving [{tar,tgz,tbz2,txz}]
|
.. option:: -R [{tar,tgz,tbz2,txz}], --use-archiving [{tar,tgz,tbz2,txz}]
|
||||||
|
|
||||||
Operate by using archiving with compression where
|
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
|
tgz - gzip tar archive (the default), tbz2 - bzip2 tar
|
||||||
archive and txz - lzma tar archive. Currently in beta.
|
archive and txz - lzma tar archive. Currently in beta.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue