mu: rename --my-address into --personal-address
This makes things a bit more uniform with all the places where we use "personal". --my-address remains as an alias for the command-line option. Add unit test. Resolves #2806.
This commit is contained in:
@ -345,8 +345,7 @@ Server::Private::make_command_map()
|
||||
cmap.emplace(
|
||||
"index",
|
||||
CommandInfo{
|
||||
ArgMap{{":my-addresses", ArgInfo{Type::List, false, "list of 'my' addresses"}},
|
||||
{":cleanup",
|
||||
ArgMap{{":cleanup",
|
||||
ArgInfo{Type::Symbol,
|
||||
false,
|
||||
"whether to remove stale messages from the store"}},
|
||||
|
||||
Reference in New Issue
Block a user