Update users.go

This commit is contained in:
Michael Mayer 2021-10-06 02:04:58 +02:00 committed by GitHub
parent 029e30f6b6
commit fc4792d700
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",