mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: diffstat: Use @command mark-up.
* gnu/packages/version-control.scm (diffstat)[synopsis, description]: Use @command.
This commit is contained in:
parent
86bc52f9ba
commit
0aea268ae1
1 changed files with 4 additions and 4 deletions
|
@ -933,11 +933,11 @@ (define-public diffstat
|
|||
"1vjmda2zfjxg0qkaj8hfqa8g6bfwnn1ja8696rxrjgqq4w69wd95"))))
|
||||
(build-system gnu-build-system)
|
||||
(home-page "http://invisible-island.net/diffstat/")
|
||||
(synopsis "Make histograms from the output of 'diff'")
|
||||
(synopsis "Make histograms from the output of @command{diff}")
|
||||
(description
|
||||
"Diffstat reads the output of 'diff' and displays a histogram of the
|
||||
insertions, deletions, and modifications per-file. It is useful for reviewing
|
||||
large, complex patch files.")
|
||||
"Diffstat reads the output of @command{diff} and displays a histogram of
|
||||
the insertions, deletions, and modifications per file. It is useful for
|
||||
reviewing large, complex patch files.")
|
||||
(license (license:x11-style "file://COPYING"))))
|
||||
|
||||
(define-public cssc
|
||||
|
|
Loading…
Reference in a new issue