[eit.commands.cleanup] add "eit clean" alias

This commit is contained in:
Fabio Erculiani
2011-10-12 22:52:03 +02:00
parent fc557d951c
commit d4d5eec3df
+1 -1
View File
@@ -26,7 +26,7 @@ class EitCleanup(EitCommand):
"""
NAME = "cleanup"
ALIASES = ["cn"]
ALIASES = ["cn", "clean"]
def parse(self):
""" Overridden from EitCommand """