repo-add.8: Mention missing compression algorithms
The manpage was lacking the database endings for various compression algorithms that one can validly use, therefore we add these to the list. Signed-off-by: Christian Heusel <christian@heusel.eu>
This commit is contained in:
parent
0f6b4f4fab
commit
34f09204fa
1 changed files with 4 additions and 3 deletions
|
@ -29,9 +29,10 @@ specified on the command line. Multiple packages to remove can be specified
|
|||
on the command line.
|
||||
|
||||
A package database is a tar file, optionally compressed. Valid extensions are
|
||||
``.db'' followed by an archive extension of ``.tar'', ``.tar.gz'', ``.tar.bz2'',
|
||||
``.tar.xz'', or ``.tar.Z''. The file does not need to exist, but all parent
|
||||
directories must exist.
|
||||
``.db'' followed by an archive extension of ``.tar'', ``.tar.bz2'',
|
||||
``.tar.gz'', ``.tar.lrz'', ``.tar.lz'', ``.tar.lz4'', ``.tar.lzo'',
|
||||
``.tar.xz'', ``.tar.zst'' or ``.tar.Z''. The file does not need to exist, but
|
||||
all parent directories must exist.
|
||||
|
||||
|
||||
Common Options
|
||||
|
|
Loading…
Add table
Reference in a new issue