From 79c311b81cd8b12075f4c8028a65787481ee40c5 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sun, 1 Dec 2013 22:33:23 +0100 Subject: gnu: Synchronize descriptions with 'gnumaint'. --- gnu/packages/which.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gnu/packages/which.scm') 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 @@ (define-public which (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+ -- cgit v1.2.3