diff options
author | Mattias Andrée <maandree@operamail.com> | 2012-08-20 15:51:26 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2012-08-20 15:51:26 +0200 |
commit | 4ee415dab1ee532e086d39afc1efa7af3096fc2b (patch) | |
tree | 92fca256d761c297b2ef6809d0809aca8c55abc2 /ponysay | |
parent | 420c8e3fd2eb40b6da157b29931fdb59f2d30d50 (diff) | |
download | ponysay-4ee415dab1ee532e086d39afc1efa7af3096fc2b.tar.gz ponysay-4ee415dab1ee532e086d39afc1efa7af3096fc2b.tar.bz2 ponysay-4ee415dab1ee532e086d39afc1efa7af3096fc2b.zip |
description update
Diffstat (limited to 'ponysay')
-rwxr-xr-x | ponysay | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |