aboutsummaryrefslogtreecommitdiff
path: root/ponysay.py
diff options
context:
space:
mode:
authorjaseg <s@jaseg.de>2013-03-31 22:38:15 +0200
committerjaseg <s@jaseg.de>2013-03-31 22:38:15 +0200
commit35652e6d98d25facc8675667996924d0ad5adbe1 (patch)
treed74e3fab2482e0e1d87beacaf1ab805f37846d5a /ponysay.py
parentd691474f16918fb67d6a3d9950a79b357d8ccaa4 (diff)
downloadponysay-35652e6d98d25facc8675667996924d0ad5adbe1.tar.gz
ponysay-35652e6d98d25facc8675667996924d0ad5adbe1.tar.bz2
ponysay-35652e6d98d25facc8675667996924d0ad5adbe1.zip
Removed the ttypoinies and changed the command line a *bit*
Diffstat (limited to 'ponysay.py')
-rwxr-xr-xponysay.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ponysay.py b/ponysay.py
index 109b87a..cfbd846 100755
--- a/ponysay.py
+++ b/ponysay.py
@@ -89,7 +89,7 @@ parser = argparse.ArgumentParser(description='Cowsay with ponies')
parser.add_argument('-p', '--pony', type=str, default='random', help='The name of the pony to be used. Use "-p list" to list all ponies, "-p random" (default) to use a random pony.')
parser.add_argument('-q', '--quote', action='store_true', help='Use a random quote of the pony being displayed as text')
parser.add_argument('-c', '--center', action='store_true', help='Use a random quote of the pony being displayed as text')
-parser.add_argument('-t', '--center-text', action='store_true', help='Center the text in the bubble')
+parser.add_argument('-C', '--center-text', action='store_true', help='Center the text in the bubble')
parser.add_argument('-w', '--width', type=int, default=termwidth, help='Terminal width. Use 0 for unlimited width. Default: autodetect')
parser.add_argument('-b', '--balloon', type=str, default='cowsay', help='Balloon style to use. Use "-b list" to list available styles.')
parser.add_argument('text', type=str, nargs='*', help='The text to be placed in the speech bubble')