mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 20:38:00 +01:00
description update
This commit is contained in:
parent
420c8e3fd2
commit
4ee415dab1
1 changed files with 2 additions and 2 deletions
4
ponysay
4
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.
|
||||
|
|
Loading…
Reference in a new issue