From 607fafbc3a40a615750e817f5e8b443b062579d8 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 22 Aug 2012 05:16:32 +0200 Subject: manual update --- ponysay | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'ponysay') diff --git a/ponysay b/ponysay index 6b33005..9fc8c70 100755 --- a/ponysay +++ b/ponysay @@ -1639,15 +1639,14 @@ for balloondir in _balloondirs: usage_saythink = '\033[34;1m(ponysay | ponythink)\033[21;39m' -usage_wrap = '--wrap \033[4mCOLUMN\033[24m' -usage_balloon = '--balloon \033[4mSTYLE\033[24m' -usage_listhelp = '(--list | --altlist | --balloonlist | --version | --help)' -usage_file = '[--pony \033[4mPONY\033[24m]... ([--] \033[4mmessage\033[24m | <<<\033[4mmessage\033[24m)' -usage_quote = '--quote [\033[4mPONY\033[24m...]' +usage_common = '[-c] [-W \033[4mCOLUMN\033[24m] [-b \033[4mSTYLE\033[24m]' +usage_listhelp = '(-l | -L | -B | -v | -h)' +usage_file = '[-f \033[4mPONY\033[24m]... ([--] \033[4mmessage\033[24m | <<<\033[4mmessage\033[24m)' +usage_quote = '-q [\033[4mPONY\033[24m...]' -usage = '%s %s\n%s [%s] [%s] %s\n%s [%s] [%s] %s' % (usage_saythink, usage_listhelp, - usage_saythink, usage_wrap, usage_balloon, usage_file, - usage_saythink, usage_wrap, usage_balloon, usage_quote) +usage = '%s %s\n%s %s %s\n%s %s %s' % (usage_saythink, usage_listhelp, + usage_saythink, usage_common, usage_file, + usage_saythink, usage_common, usage_quote) usage = usage.replace('\033[', '\0') for sym in ('[', ']', '(', ')', '|', '...'): -- cgit