diff --git a/server/eit/commands/cleanup.py b/server/eit/commands/cleanup.py index 97fed50f5..5de2a2da8 100644 --- a/server/eit/commands/cleanup.py +++ b/server/eit/commands/cleanup.py @@ -26,7 +26,7 @@ class EitCleanup(EitCommand): """ NAME = "cleanup" - ALIASES = ["cn"] + ALIASES = ["cn", "clean"] def parse(self): """ Overridden from EitCommand """