Commit d7313dbf authored by Seblu's avatar Seblu
Browse files

New migrate -l output

parent 057f070e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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])))