diff --git a/doc/Admin.md b/doc/Admin.md index dd8be2e4..72ceb8c7 100644 --- a/doc/Admin.md +++ b/doc/Admin.md @@ -130,11 +130,11 @@ Name | Description [capabilities](#user-capabilities-list) | [User-capabilities](#user-capabilities) are managed as user metadata. ### Listing users -To list user accounts, use the `list users` command. This is not an admin command, but +To list user accounts, use the `users` command. This is not an admin command, but it is included here for completeness. Users with a plus (+) sign next their name have [user-capabilities](#user-capabilities) set on their account. -Usage: `list users [channel]` +Usage: `users [channel]` When the optional `[channel]` argument is provided, only users for that channel will be listed; no global users will be listed. diff --git a/doc/Commands.md b/doc/Commands.md index 2bc88b96..eb823ade 100644 --- a/doc/Commands.md +++ b/doc/Commands.md @@ -32,7 +32,7 @@ * [userdel](Admin.md#userdel) * [userset](Admin.md#userset) * [userunset](Admin.md#userunset) - * [list users](Admin.md#listing-users) + * [users](Admin.md#listing-users) * [Channel management commands](#channel-management-commands) * [join](Admin.md#join) * [part](Admin.md#part) @@ -317,7 +317,7 @@ to have the command remember your location. ##### [userdel](Admin.md#userdel) ##### [userset](Admin.md#userset) ##### [userunset](Admin.md#userunset) -##### [list users](Admin.md#listing-users) +##### [users](Admin.md#listing-users) #### Channel management commands ##### [join](Admin.md#join)