mirror of
https://github.com/matrix-construct/construct
synced 2024-11-15 14:31:11 +01:00
modules/console: Rename client 'reqs' argument to 'request'.
This commit is contained in:
parent
dd452e1770
commit
0405d7200c
1 changed files with 2 additions and 2 deletions
|
@ -6578,12 +6578,12 @@ console_cmd__client(opt &out, const string_view &line)
|
|||
|
||||
const params param{line, " ",
|
||||
{
|
||||
"[reqs|id]",
|
||||
"[request|id]",
|
||||
}};
|
||||
|
||||
const bool &reqs
|
||||
{
|
||||
param[0] == "reqs"
|
||||
param[0] == "request"
|
||||
};
|
||||
|
||||
const auto &idnum
|
||||
|
|
Loading…
Reference in a new issue