summaryrefslogtreecommitdiff
path: root/gnu/packages/which.scm
diff options
context:
space:
mode:
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+