summaryrefslogtreecommitdiff
path: root/gnu/packages/which.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-12-01 22:33:23 +0100
committerLudovic Courtès <ludo@gnu.org>2013-12-01 22:33:23 +0100
commit79c311b81cd8b12075f4c8028a65787481ee40c5 (patch)
tree7fed0959acc6c75a7ad84c18fa4f7bdc83dfbc84 /gnu/packages/which.scm
parente6a9aa366efb55f8556dd55b8fb6869d40c1d387 (diff)
downloadpatches-79c311b81cd8b12075f4c8028a65787481ee40c5.tar
patches-79c311b81cd8b12075f4c8028a65787481ee40c5.tar.gz
gnu: Synchronize descriptions with 'gnumaint'.
Diffstat (limited to 'gnu/packages/which.scm')
-rw-r--r--gnu/packages/which.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/which.scm b/gnu/packages/which.scm
index 65a4dd79f3..df2f8e9976 100644
--- a/gnu/packages/which.scm
+++ b/gnu/packages/which.scm
@@ -38,6 +38,7 @@
(home-page "https://gnu.org/software/which/")
(synopsis "Find full path of shell commands")
(description
- "which is a program that prints the full paths of executables on a
-system.")
+ "The which program finds the location of executables in PATH, with a
+variety of options. It is an alternative to the shell \"type\" built-in
+command.")
(license gpl3+))) ; some files are under GPLv2+