From 2aca49b532571468306d179e9ad31e0bb9142095 Mon Sep 17 00:00:00 2001 From: Andrew Mason Date: Sat, 7 Oct 2023 16:31:57 -0400 Subject: [PATCH] testing docs preview PRs Signed-off-by: Andrew Mason --- go/cmd/vtctldclient/command/cells.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go/cmd/vtctldclient/command/cells.go b/go/cmd/vtctldclient/command/cells.go index 0a1e7ec727d..5fd0e84177f 100644 --- a/go/cmd/vtctldclient/command/cells.go +++ b/go/cmd/vtctldclient/command/cells.go @@ -36,6 +36,8 @@ var ( Long: `Registers a local topology service in a new cell by creating the CellInfo with the provided parameters. +This is a test change for cobradocs preview. + The address will be used to connect to the topology service, and Vitess data will be stored starting at the provided root.`, DisableFlagsInUseLine: true,