Update users.go
This commit is contained in:
parent
029e30f6b6
commit
fc4792d700
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ import (
|
|||
// UsersCommand registers user management commands.
|
||||
var UsersCommand = cli.Command{
|
||||
Name: "users",
|
||||
Usage: "User management commands",
|
||||
Usage: "User management sub-commands",
|
||||
Subcommands: []cli.Command{
|
||||
{
|
||||
Name: "list",
|
||||
|
|
Loading…
Reference in a new issue