mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
6ffeef92e6
commit
5965d74c8c
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue