mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-30 14:26:48 +01:00
gnu: pv: Slightly expand description.
* gnu/packages/pv.scm (pv)[description]: Use @acronym{} mark-up and mention the total data amount, progress bar, and other features from the man page.
This commit is contained in:
parent
4d5f7986d6
commit
c206f6dda5
1 changed files with 6 additions and 4 deletions
|
@ -1,5 +1,6 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2015 Claes Wallin <claes.wallin@greatsinodevelopment.com>
|
;;; Copyright © 2015 Claes Wallin <claes.wallin@greatsinodevelopment.com>
|
||||||
|
;;; Copyright © 2021 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -38,9 +39,10 @@ (define-public pv
|
||||||
(home-page "https://www.ivarch.com/programs/pv.shtml")
|
(home-page "https://www.ivarch.com/programs/pv.shtml")
|
||||||
(synopsis "Pipeline progress indicator")
|
(synopsis "Pipeline progress indicator")
|
||||||
(description
|
(description
|
||||||
"pv (Pipe Viewer) is a terminal-based tool for monitoring the progress
|
"@acronym{pv, Pipe Viewer} is a terminal tool for monitoring the progress
|
||||||
of data through a pipeline. It can be inserted into any normal pipeline
|
of data through a pipeline. It can be inserted into any normal pipeline
|
||||||
between two processes to give a visual indication of how quickly data is
|
between two processes. It gives a visual indication of how quickly data is
|
||||||
passing through, how long it has taken, how near to completion it is, and an
|
passing through, how much has been transferred and how near to completion it is
|
||||||
estimate of how long it will be until completion.")
|
(with a progress bar), how long it has taken, and an estimate of the remaining
|
||||||
|
time before completion.")
|
||||||
(license artistic2.0)))
|
(license artistic2.0)))
|
||||||
|
|
Loading…
Reference in a new issue