Fix alias supybot-generate-messages.pot.

That alias was missing s and that probably caused catastroph b5feac3e28 (diff-0) .
This commit is contained in:
Mika Suomalainen 2011-12-21 20:23:06 +02:00
parent 41bfca86d3
commit 1d4350b72a
2 changed files with 2 additions and 2 deletions

2
bashrc
View File

@ -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".

2
zshrc
View File

@ -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".