Skip to content
Snippets Groups Projects
Commit 8476f975 authored by Seblu's avatar Seblu
Browse files

fix typo in migrate command

parent 66f2bcda
No related branches found
No related tags found
No related merge requests found
......@@ -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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment