summaryrefslogtreecommitdiff
path: root/gnu/packages/wdiff.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/wdiff.scm')
-rw-r--r--gnu/packages/wdiff.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/wdiff.scm b/gnu/packages/wdiff.scm
index 02d536c7de..b9fccb97db 100644
--- a/gnu/packages/wdiff.scm
+++ b/gnu/packages/wdiff.scm
@@ -48,8 +48,7 @@
(inputs `(("screen" ,screen)
("which" ,which)))
(home-page "https://www.gnu.org/software/wdiff/")
- (synopsis
- "GNU Wdiff, a tool for comparing files on a word by word basis")
+ (synopsis "Word difference finder")
(description
"GNU Wdiff is a front end to 'diff' for comparing files on a word per
word basis. A word is anything between whitespace. This is useful for
@@ -58,4 +57,4 @@ paragraphs have been refilled. It works by creating two temporary files, one
word per line, and then executes 'diff' on these files. It collects the
'diff' output and uses it to produce a nicer display of word differences
between the original files.")
- (license gpl3+))) \ No newline at end of file
+ (license gpl3+)))