We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8e204e commit 8cf7d77Copy full SHA for 8cf7d77
1 file changed
cmd/users/merge.go
@@ -14,7 +14,7 @@ var MergeCmd = &cobra.Command{
14
Example: `iterablectl users merge --from-email <source email> --to-email <destination email>
15
iterablectl users merge --from-user-id <source user id> --to-email <destination email>
16
iterablectl users merge --from-user-id <source user id> --to-user-id <destination user id>
17
-iterablectl users merge --from-email <source > --to-user-id <destination user id>
+iterablectl users merge --from-email <source email> --to-user-id <destination user id>
18
`,
19
RunE: func(cmd *cobra.Command, args []string) error {
20
apiKey, _ := cmd.Flags().GetString("api-key")
0 commit comments