Update the help text for quota command

This commit is contained in:
Ankita Kejriwal 2022-12-06 14:46:35 -08:00 committed by Trevor Clinkenbeard
parent 8cae5f238e
commit fe06114bcd

View File

@ -541,9 +541,11 @@ void initHelp() {
"Fetch the current read version",
"Displays the current read version of the database or currently running transaction.");
helpMap["quota"] = CommandHelp("quota",
"quota [get <tag> [reserved_throughput|total_throughput] | set <tag> "
"[reserved_throughput|total_throughput] <value> | clear <tag>]",
"Get, modify, or clear the throughput quota for the specified tag.");
"quota [get <tag> [reserved_throughput|total_throughput|storage] | "
"set <tag> [reserved_throughput|total_throughput|storage] <value> | "
"clear <tag>]",
"Get, modify, or clear the reserved/total throughput quota (in bytes/s) or "
"storage quota (in bytes) for the specified tag.");
helpMap["reset"] =
CommandHelp("reset",
"reset the current transaction",