guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/15: gnu: ncdu: Fix up synopsis & description.


From: guix-commits
Subject: 10/15: gnu: ncdu: Fix up synopsis & description.
Date: Wed, 1 Jul 2020 11:54:16 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e75d8234e7184070d20645baf8ab55257a731b25
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jul 1 17:29:29 2020 +0200

    gnu: ncdu: Fix up synopsis & description.
    
    * gnu/packages/ncdu.scm (ncdu)[synopsis]: Fix typo.
    [description]: Start with a proper sentence.  Double-space.
---
 gnu/packages/ncdu.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ncdu.scm b/gnu/packages/ncdu.scm
index feb2baf..375b528 100644
--- a/gnu/packages/ncdu.scm
+++ b/gnu/packages/ncdu.scm
@@ -38,10 +38,11 @@
                 "1c1zxalm5asyhn4p1hd51h7khw17515gbqmvdz63kc8xpx6xqbdh"))))
     (build-system gnu-build-system)
     (inputs `(("ncurses" ,ncurses)))
-    (synopsis "Ncurses based disk usage analyzer")
-    (description "A disk usage analyzer with an ncurses interface, aimed to be
+    (synopsis "Ncurses-based disk usage analyzer")
+    (description
+     "Ncdu is a disk usage analyzer with an ncurses interface, aimed to be
 run on a remote server where you don't have an entire graphical setup, but have
-to do with a simple SSH connection. ncdu aims to be fast, simple and easy to
+to do with a simple SSH connection.  ncdu aims to be fast, simple and easy to
 use, and should be able to run in any minimal POSIX-like environment with
 ncurses installed.")
     (license (x11-style



reply via email to

[Prev in Thread] Current Thread [Next in Thread]