Fix package docstrings, #1612

This commit is contained in:
Adam J. Stewart
2016-08-24 10:32:29 -05:00
parent 0614bd206f
commit eb56744f4d
31 changed files with 83 additions and 128 deletions

View File

@@ -26,13 +26,11 @@
class Ncdu(Package):
"""
Ncdu is a disk usage analyzer with an ncurses interface. It is designed
"""Ncdu is a disk usage analyzer with an ncurses interface. It is designed
to find space hogs on a remote server where you don't have an entire
gaphical setup available, but it is a useful tool even on regular desktop
systems. 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.
"""
to run in any minimal POSIX-like environment with ncurses installed."""
homepage = "http://dev.yorhel.nl/ncdu"
url = "http://dev.yorhel.nl/download/ncdu-1.11.tar.gz"