mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05: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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue