gnu: ncdu: Fix up synopsis & description.
* gnu/packages/ncdu.scm (ncdu)[synopsis]: Fix typo. [description]: Start with a proper sentence. Double-space.
This commit is contained in:
parent
57e0b9e87c
commit
e75d8234e7
1 changed files with 4 additions and 3 deletions
|
@ -38,8 +38,9 @@
|
||||||
"1c1zxalm5asyhn4p1hd51h7khw17515gbqmvdz63kc8xpx6xqbdh"))))
|
"1c1zxalm5asyhn4p1hd51h7khw17515gbqmvdz63kc8xpx6xqbdh"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("ncurses" ,ncurses)))
|
(inputs `(("ncurses" ,ncurses)))
|
||||||
(synopsis "Ncurses based disk usage analyzer")
|
(synopsis "Ncurses-based disk usage analyzer")
|
||||||
(description "A disk usage analyzer with an ncurses interface, aimed to be
|
(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
|
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
|
use, and should be able to run in any minimal POSIX-like environment with
|
||||||
|
|
Reference in a new issue