diff --git a/cccli/command/migrate.py b/cccli/command/migrate.py
index 5437f5218573175bc41f2d65c828ac0bb21ce94b..aba3c9f5d5b75594770d5a80c9e02b130ee1d405 100644
--- a/cccli/command/migrate.py
+++ b/cccli/command/migrate.py
@@ -78,6 +78,5 @@ class Command_migrate(TqlCommand):
 
     def list(self):
         '''Print a list of migration type'''
-        self.printer.out("Migration types: Election Algo")
         for t in self.etypes.keys():
-            self.printer.out("%s: %s"%(t, ",".join(self.etypes[t])))
+            self.printer.out("migrate -t %s -a %s"%(t, ",".join(self.etypes[t])))