gnu: libarchive: Mention bsdcat, bsdcpio and bsdtar in description.

* gnu/packages/backup.scm (libarchive)[description]: Mention the bsdcat,
bsdcpio and bsdtar commands.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
Simon Tournier 2023-01-21 17:04:56 +01:00 committed by Maxim Cournoyer
parent 6ffeef92e6
commit 5965d74c8c
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -333,7 +333,8 @@ (define-public libarchive
as gzip and bzip2. The library is inherently stream-oriented; readers
serially iterate through the archive, writers serially add things to the
archive. In particular, note that there is currently no built-in support for
random access nor for in-place modification.")
random access nor for in-place modification. This package provides the
@command{bsdcat}, @command{bsdcpio} and @command{bsdtar} commands.")
(license license:bsd-2)))
(define-public rdup