diff --git a/bashrc b/bashrc index e46cfef2..62fcd662 100644 --- a/bashrc +++ b/bashrc @@ -257,7 +257,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 −−docstrings config.py plugin.py" +alias supybot-generate-messages.pot="pygettext --docstrings config.py plugin.py" alias supybot-generate-messages.pot-xgettext="xgettext --language=Python config.py plugin.py && mv -f messages.po messages.pot" # bash specific. diff --git a/zshrc b/zshrc index d231e1b3..19afe213 100644 --- a/zshrc +++ b/zshrc @@ -200,7 +200,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 −−docstrings config.py plugin.py" +alias supybot-generate-messages.pot="pygettext --docstrings config.py plugin.py" alias supybot-generate-messages.pot-xgettext="xgettext --language=Python config.py plugin.py && mv -f messages.po messages.pot" # ZSH specific.