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 12180321..ef5d4991 100644
--- a/commands/user.go
+++ b/commands/user.go
@@ -49,7 +49,7 @@ func runUser(cmd *cobra.Command, args []string) error {
}
var userCmd = &cobra.Command{
- Use: "user [<id>]",
+ Use: "user [<user-id>]",
Short: "Display or change the user identity.",
PreRunE: loadRepo,
RunE: runUser,