diff --git a/_includes/devdoc/dash-core/rpcs/rpcs/quorum.md b/_includes/devdoc/dash-core/rpcs/rpcs/quorum.md
index 636428f6..3c61ee44 100644
--- a/_includes/devdoc/dash-core/rpcs/rpcs/quorum.md
+++ b/_includes/devdoc/dash-core/rpcs/rpcs/quorum.md
@@ -90,7 +90,7 @@ Result:
{% autocrossref %}
-The `quorum info` RPC returns information about a specific quorums.
+The `quorum info` RPC returns information about a specific quorum.
*Parameter #1---LLMQ Type*
@@ -236,24 +236,15 @@ Result (truncated):
{% autocrossref %}
-The `quorum list` RPC displays a list of on-chain quorums.
+The `quorum list` RPC displays the status of the current DKG process.
-*Parameter #1---provider registration hash*
-
-{% itemplate ntpd1 %}
-- n: "`proTxHash`"
- t: "string (hex)"
- p: "Required
(exactly 1)"
- d: "The Provider Registration transaction hash of the masternode to show status for. If set to an empty string, the local status is shown.
**Note: An empty string must be used unless Spork 18 (Quorum Debug Enabled) is active**"
-{% enditemplate %}
-
-*Parameter #2---detail level*
+*Parameter #1---detail level*
{% itemplate ntpd1 %}
- n: "`detail_level`"
t: "number"
- p: "Required
(exactly 1)"
- d: "Detail level of output:
`0` - Only show counts (_default_)
`1` - Show member indexes
`2` - Show member's ProTxHashes"
+ p: "Optional
(0 or 1)"
+ d: "Detail level of output (default: 0):
`0` - Only show counts (_default_)
`1` - Show member indexes
`2` - Show member's ProTxHashes
_Note: Works only when Spork 17 is enabled and only displays details related to the node running the command._"
{% enditemplate %}
*Result (if detail level was 0 or omitted)---JSON DKG details*
@@ -587,7 +578,7 @@ p
*Example from Dash Core 0.14.0 (detail_level: 1)*
{% highlight bash %}
-dash-cli -testnet quorum dkgstatus "" 1
+dash-cli -testnet quorum dkgstatus 1
{% endhighlight %}
Result:
@@ -775,7 +766,7 @@ Result:
*Example from Dash Core 0.14.0 (detail_level: 2)*
{% highlight bash %}
-dash-cli -testnet quorum dkgstatus "" 2
+dash-cli -testnet quorum dkgstatus 2
{% endhighlight %}
Result: