summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2023-07-09 02:00:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2023-07-16 02:00:01 +0200
commit416927772d30ec6846f717dfda295db56430e687 (patch)
tree8b16e6af3231aafc4a8e5b758eadf736261dfad2
parenta08d0b0baf35bb099bf58a7aca273c93ae74e1b3 (diff)
downloadguix-416927772d30ec6846f717dfda295db56430e687.tar.gz
gnu: trurl: Improve description.
* gnu/packages/curl.scm (trurl)[synopsis]: Fix typo.
[description]: Reorder & tighten.
-rw-r--r--gnu/packages/curl.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/curl.scm b/gnu/packages/curl.scm
index 23cee9b309..76fcc115cf 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packages/curl.scm
@@ -408,11 +408,11 @@ sugar and output formatting inspired from @code{httpie}.")
     (native-inputs (list python))
     (inputs (list curl))
     (home-page "https://curl.se/trurl/")
-    (synopsis "Command line tool for URL parsing and manipulatio")
-    (description "@code{trurl} is a tool in a similar spirit of @code{tr} but
-for URLs.  Here, @code{tr} stands for translate or transpose.
+    (synopsis "Command line tool for URL parsing and manipulation")
+    (description "@code{trurl} is a command line tool that parses and
+manipulates URLs, designed to help shell script authors everywhere.
 
-@code{trurl} is a command line tool that parses and manipulates URLs, designed
-to help shell script authors everywhere.")
+It is similar in spirit to @code{tr}.  Here, @code{tr} stands for translate or
+transpose.")
    (license (license:non-copyleft "file://COPYING"
                                   "See COPYING in the distribution."))))