From 34f09204fa7799f653de1d70c877b373f0817ee3 Mon Sep 17 00:00:00 2001 From: Christian Heusel Date: Sat, 1 Mar 2025 11:12:08 +0100 Subject: [PATCH] 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 --- doc/repo-add.8.asciidoc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/repo-add.8.asciidoc b/doc/repo-add.8.asciidoc index a6f77cd4..3d1db78d 100644 --- a/doc/repo-add.8.asciidoc +++ b/doc/repo-add.8.asciidoc @@ -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