From 4ee415dab1ee532e086d39afc1efa7af3096fc2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Andr=C3=A9e?= Date: Mon, 20 Aug 2012 15:51:26 +0200 Subject: [PATCH] description update --- ponysay | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ponysay b/ponysay index a20f93a1..8cbada9f 100755 --- a/ponysay +++ b/ponysay @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ''' -ponysay.py - Ponysay, a cowsay wrapper for ponies +ponysay.py - Ponysay, a cowsay reimplementation for ponies Copyright (C) 2012 Erkin Batu Altunbaş Authors: Erkin Batu Altunbaş: Project leader, helped write the first implementation @@ -1110,7 +1110,7 @@ usage = usage.replace('\0', '\033[') Argument parsing ''' opts = ArgParser(program = 'ponythink' if isthink else 'ponysay', - description = 'cowsay wrapper for ponies', + description = 'cowsay reimplemention for ponies', usage = usage, longdescription = '''Ponysay displays an image of a pony saying some text provided by the user.