aboutsummaryrefslogtreecommitdiffstats
path: root/commands/user.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/user.go')
-rw-r--r--commands/user.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/user.go b/commands/user.go
index 64482555..daf9e654 100644
--- a/commands/user.go
+++ b/commands/user.go
@@ -43,7 +43,7 @@ func runUser(cmd *cobra.Command, args []string) error {
var userCmd = &cobra.Command{
Use: "user [<id>]",
- Short: "Display or change the user identity",
+ Short: "Display or change the user identity.",
PreRunE: loadRepo,
RunE: runUser,
}