diff options
Diffstat (limited to 'gnu/packages/base.scm')
-rw-r--r-- | gnu/packages/base.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm index 9a58776fb8..078e0c57a3 100644 --- a/gnu/packages/base.scm +++ b/gnu/packages/base.scm @@ -75,7 +75,7 @@ command-line arguments, multiple languages, and so on.") (build-system gnu-build-system) (synopsis "Print lines matching a pattern") (description - "Grep is a tool for finding text inside files. Text is found by + "grep is a tool for finding text inside files. Text is found by matching a pattern provided by the user in one or many files. The pattern may be provided as a basic or extended regular expression, or as fixed strings. By default, the matching text is simply printed to the screen, |