From d21936c8c41268cf79b4d67d64da2b41c5798cf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Andr=C3=A9e?= Date: Mon, 3 Feb 2014 19:54:39 +0100 Subject: [PATCH] doc catise MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- dev/catise.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev/catise.py b/dev/catise.py index f24bdf3b..91d0d3b4 100755 --- a/dev/catise.py +++ b/dev/catise.py @@ -1,6 +1,11 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# Pipe the content of a pony file to this script to make the printed +# information easier to read. This is intended for inspection pony +# files in greater detail than using it in ponysay. + + comment = False while True: line = None