From 7db470c623fc7358895cc15566d18ea157b85186 Mon Sep 17 00:00:00 2001 From: Yasuo Honda Date: Fri, 11 Sep 2026 14:25:24 +0900 Subject: [PATCH] dm: fix operate-source create description to match its actual behavior The command registers an existing data source (source.yaml) into the DM cluster; it does not create the configuration file. The surrounding "Flags description" section already documents create as creating upstream database sources, and config-file as pointing to a pre-existing source.yaml path. --- dm/dm-manage-source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dm/dm-manage-source.md b/dm/dm-manage-source.md index c84223c314c61..a4372bf1df098 100644 --- a/dm/dm-manage-source.md +++ b/dm/dm-manage-source.md @@ -63,7 +63,7 @@ Global Flags: ### Usage example -Use the following `operate-source` command to create a source configuration file: +Use the following `operate-source` command to create a data source: {{< copyable "" >}}