Skip to content

Commit

Permalink
Merge pull request cockroachdb#8412 from cockroachdb/cockroach-quit
Browse files Browse the repository at this point in the history
remove --decommission from cockroach quit
  • Loading branch information
taroface authored Sep 17, 2020
2 parents c6000e4 + 91b5017 commit 24b3765
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion v20.2/cockroach-quit.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ The `quit` command supports the following [general-use](#general), [client conne

Flag | Description
-----|------------
`--decommission` | If specified, the node will be removed from the cluster instead of temporarily stopped. <br><br>The `--decommission` flag is deprecated. If you want to remove a node from the cluster, start with the [`cockroach node decommission`](cockroach-node.html) command. See [Decommission Nodes](remove-nodes.html) for more details.
`--drain-wait` | Amount of time to wait for the node to drain before stopping the node. See [`cockroach node drain`](cockroach-node.html) for more details.<br><br>**Default:** `10m`

### Client connection
Expand Down

0 comments on commit 24b3765

Please sign in to comment.