提交 3a430fbf 编写于 作者: H Harsh Patel

fix: import command's usage flags

上级 26822a13
......@@ -42,7 +42,7 @@ var destParamMap = map[string]string{
"bulk_requests": "bulk_requests",
}
const basicUsage string = `abc import --src.type {DBType} --src.uri {URI} [-t|--tail] [Uri|Appname]`
const basicUsage string = `abc import --src_type={SourceDatabase} --src_uri={SourceURI} [-t|--tail] [Cluster URL|App Name]`
// runImport runs the import command
func runImport(args []string) error {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册