diff --git a/cccli/command/migrate.py b/cccli/command/migrate.py
index 8de9c4cce8445bc69734440afff6afecec73beb7..5437f5218573175bc41f2d65c828ac0bb21ce94b 100644
--- a/cccli/command/migrate.py
+++ b/cccli/command/migrate.py
@@ -2,7 +2,7 @@
 #coding=utf8
 
 '''
-CloudControl jobs command
+CloudControl migrate command
 '''
 
 from cccli.exception import *
@@ -15,7 +15,7 @@ class Command_migrate(TqlCommand):
 
     def __init__(self, cli, argv0):
         TqlCommand.__init__(self, cli, argv0)
-        self.set_usage("%prog [options] [source tql] [dest tql]")
+        self.set_usage("%prog [options] <source tql> <dest tql>")
         self.remove_option("--direct")
         self.remove_option("--raw")
         self.remove_option("--print-tql")