Rename domain to module

The module commands now use the module name as the replacement for
domain. The domain itself wasn't any better when compared to the module
name.
This commit is contained in:
Markus Mäkelä
2017-01-27 16:34:06 +02:00
parent 5972d87fba
commit 7dc5698c90
4 changed files with 15 additions and 17 deletions

View File

@ -414,10 +414,10 @@ struct subcommand listoptions[] =
{
"commands", 0, 2, dListCommands,
"List registered commands",
"Usage list commands [DOMAIN] [COMMAND]\n\n"
"Usage list commands [MODULE] [COMMAND]\n\n"
"Parameters:\n"
"DOMAIN Regular expressions for filtering module domains\n"
"COMMAND Regular expressions for filtering module commands\n",
"MODULE Regular expressions for filtering module names\n"
"COMMAND Regular expressions for filtering module command names\n",
{ARG_TYPE_STRING, ARG_TYPE_STRING}
},
{ EMPTY_OPTION}