diff --git a/go/vt/vtctl/vtctl.go b/go/vt/vtctl/vtctl.go index b21ae868658..97d39301753 100644 --- a/go/vt/vtctl/vtctl.go +++ b/go/vt/vtctl/vtctl.go @@ -311,7 +311,7 @@ var commands = []commandGroup{ "Validates that all nodes reachable from the specified keyspace are consistent."}, {"Reshard", commandReshard, "[-cells=] [-tablet_types=] [-skip_schema_copy] ", - "Start a Resharding process. Example: Reshard -cells 'zone1,alias1' -tablet_types='master,replica,rdonly' ks.workflow001 '0' '-80,80-'"}, + "Start a Resharding process. Example: Reshard -cells='zone1,alias1' -tablet_types='master,replica,rdonly' ks.workflow001 '0' '-80,80-'"}, {"MoveTables", commandMoveTables, "[-cells=] [-tablet_types=] -workflow= ", `Move table(s) to another keyspace, table_specs is a list of tables or the tables section of the vschema for the target keyspace. Example: '{"t1":{"column_vindexes": [{""column": "id1", "name": "hash"}]}, "t2":{"column_vindexes": [{""column": "id2", "name": "hash"}]}}`},