Updated description.

This commit is contained in:
Bastian Kleineidam 2012-11-29 06:47:10 +01:00
parent bcae1b018c
commit 92420c5a08
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
Dosage Dosage
======= =======
Dosage is a powerful webcomic downloader and archiver. Dosage is a commandline webcomic downloader and archiver.
Introduction Introduction
------------- -------------

View file

@ -1,6 +1,6 @@
.TH DOSAGE 1 .TH DOSAGE 1
.SH NAME .SH NAME
dosage \- comic strip downloader dosage \- a commandline webcomic downloader and archiver
.SH SYNOPSIS .SH SYNOPSIS
\fBdosage\fP [\fIoptions\fP] \fImodule\fP... \fBdosage\fP [\fIoptions\fP] \fImodule\fP...
.SH DESCRIPTION .SH DESCRIPTION

View file

@ -167,7 +167,7 @@ class MyDistribution (Distribution, object):
args = dict( args = dict(
name = AppName, name = AppName,
version = AppVersion, version = AppVersion,
description = 'a powerful webcomic downloader and archiver', description = 'a commandline webcomic downloader and archiver',
author = 'Tristan Seligmann, Jonathan Jacobs, Bastian Kleineidam', author = 'Tristan Seligmann, Jonathan Jacobs, Bastian Kleineidam',
maintainer = 'Bastian Kleineidam', maintainer = 'Bastian Kleineidam',
maintainer_email = 'calvin@users.sourceforge.net', maintainer_email = 'calvin@users.sourceforge.net',