diff options
Diffstat (limited to 'commands/user_list.go')
-rw-r--r-- | commands/user_list.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/user_list.go b/commands/user_list.go index 4d6e5e12..63717ce3 100644 --- a/commands/user_list.go +++ b/commands/user_list.go @@ -33,7 +33,7 @@ func runUserLs(cmd *cobra.Command, args []string) error { var userLsCmd = &cobra.Command{ Use: "ls", - Short: "List identities", + Short: "List identities.", PreRunE: loadRepo, RunE: runUserLs, } |