diff --git a/doc/vtctlReference.md b/doc/vtctlReference.md index cfb024c7ed..99a00f2638 100644 --- a/doc/vtctlReference.md +++ b/doc/vtctlReference.md @@ -439,13 +439,14 @@ Blocks until no new queries were observed on all tablets with the given tablet t #### Example -
WaitForDrain [-timeout <duration>] <keyspace/shard> <served tablet type>
+
WaitForDrain [-timeout <duration>] [-retry_delay <duration>] [-initial_wait <duration>] <keyspace/shard> <served tablet type>
#### Flags | Name | Type | Definition | | :-------- | :--------- | :--------- | | cells | string | Specifies a comma-separated list of cells to look for tablets | +| initial_wait | Duration | Time to wait for all tablets to check in | | retry_delay | Duration | Time to wait between two checks | | timeout | Duration | Timeout after which the command fails |