From 4ee415dab1ee532e086d39afc1efa7af3096fc2b Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 20 Aug 2012 15:51:26 +0200 Subject: description update --- ponysay | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ponysay') diff --git a/ponysay b/ponysay index a20f93a..8cbada9 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. -- cgit