[eit.commands.checkout] fix alias, it's "co", and not "ci"

This commit is contained in:
Fabio Erculiani
2011-10-26 12:08:00 +02:00
parent ccf014c134
commit 645d09b2fc

View File

@@ -26,7 +26,7 @@ class EitCheckout(EitCommand):
"""
NAME = "checkout"
ALIASES = ["ci"]
ALIASES = ["co"]
def _get_parser(self):
""" Overridden from EitCommand """