From 1d4350b72ac4a876dd952df06c8b25b93e14f94f Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Wed, 21 Dec 2011 20:23:06 +0200 Subject: [PATCH] Fix alias supybot-generate-messages.pot. That alias was missing s and that probably caused catastroph https://github.com/Mkaysi/Limnoria/commit/b5feac3e28fba1082ff03f9392c43023cae29161#diff-0 . --- bashrc | 2 +- zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bashrc b/bashrc index 4c8c5dc5..29b11068 100644 --- a/bashrc +++ b/bashrc @@ -248,7 +248,7 @@ alias %=" " alias supybot-config-reload="killall -HUP supybot " alias supybot-owner-quit="killall -INT supybot " # Translating plugins in Limnoria -alias supybot-generate-messages.pot="pygettext −−docstring config.py plugin.py" +alias supybot-generate-messages.pot="pygettext −−docstrings config.py plugin.py" # bash specific. # I think that "theme" is more describing than "prompt". diff --git a/zshrc b/zshrc index 7bab51c7..242b6183 100644 --- a/zshrc +++ b/zshrc @@ -192,7 +192,7 @@ alias %=" " alias supybot-config-reload="killall -HUP supybot " alias supybot-owner-quit="killall -INT supybot " # Translating plugins in Limnoria -alias supybot-generate-messages.pot="pygettext −−docstring config.py plugin.py" +alias supybot-generate-messages.pot="pygettext −−docstrings config.py plugin.py" # ZSH specific. # I think that "theme" is more describing than "prompt".