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,11 +26,9 @@
class Parallel(Package):
"""
GNU parallel is a shell tool for executing jobs in parallel using
"""GNU parallel is a shell tool for executing jobs in parallel using
one or more computers. A job can be a single command or a small
script that has to be run for each of the lines in the input.
"""
script that has to be run for each of the lines in the input."""
homepage = "http://www.gnu.org/software/parallel/"
url = "http://ftp.gnu.org/gnu/parallel/parallel-20160422.tar.bz2"