diff options
author | Jocelyn FACCHINI <jocelyn.facchini@gmail.com> | 2019-03-23 18:03:39 +0000 |
---|---|---|
committer | Jocelyn FACCHINI <jocelyn.facchini@gmail.com> | 2019-03-23 18:07:27 +0000 |
commit | 0d4167a29678aa9048652695a5e339e6ba805de8 (patch) | |
tree | 136b845ebf833b380c88afef6c8727f354dcb212 /commands/user_adopt.go | |
parent | 146b6b8599f370284d6bbe7370e9ebeb7999f3cd (diff) | |
download | git-bug-0d4167a29678aa9048652695a5e339e6ba805de8.tar.gz |
Renamed user id to user-id and metioned bug for some commands
Diffstat (limited to 'commands/user_adopt.go')
-rw-r--r-- | commands/user_adopt.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/user_adopt.go b/commands/user_adopt.go index 5313e366..d84d4048 100644 --- a/commands/user_adopt.go +++ b/commands/user_adopt.go @@ -35,7 +35,7 @@ func runUserAdopt(cmd *cobra.Command, args []string) error { } var userAdoptCmd = &cobra.Command{ - Use: "adopt <id>", + Use: "adopt <user-id>", Short: "Adopt an existing identity as your own.", PreRunE: loadRepo, RunE: runUserAdopt, |