me
/
guix
Archived
1
0
Fork 0

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>
master
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
1 changed files with 2 additions and 1 deletions

View File

@ -333,7 +333,8 @@ reading and writing archives compressed using various compression filters such
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