diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-04-21 09:32:53 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-04-21 12:32:53 +0200 |
commit | 0aea268ae12a213775e859d58e67da27741949fb (patch) | |
tree | aa5e941e67307970dd2de2250e3ce9d68398b3c9 /gnu/packages/version-control.scm | |
parent | 86bc52f9ba15bb846ce68921a8e0ed9621971018 (diff) | |
download | patches-0aea268ae12a213775e859d58e67da27741949fb.tar patches-0aea268ae12a213775e859d58e67da27741949fb.tar.gz |
gnu: diffstat: Use @command mark-up.
* gnu/packages/version-control.scm (diffstat)[synopsis, description]:
Use @command.
Diffstat (limited to 'gnu/packages/version-control.scm')
-rw-r--r-- | gnu/packages/version-control.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 1492fc7c68..cda4fc817c 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -933,11 +933,11 @@ standards-compliant ChangeLog entries based on the changes that it detects.") "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 |