doc: update `list users` to `users`

This commit is contained in:
Pragmatic Software 2020-02-10 00:19:07 -08:00
parent d0d1ae5194
commit 490381ee8e
2 changed files with 4 additions and 4 deletions

View File

@ -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.

View File

@ -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)