diff options
author | Michael Muré <batolettre@gmail.com> | 2020-07-28 20:24:24 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2020-07-28 20:24:24 +0200 |
commit | ae5c0967cec40a7dcf9804ff592a4d15f1b26569 (patch) | |
tree | 7c1ba7626fd8158be030876d44ba55daf465d694 /commands/user_adopt.go | |
parent | 51c887ff9dd4f2a5f65d2d3de57f8a7729b1010d (diff) | |
download | git-bug-ae5c0967cec40a7dcf9804ff592a4d15f1b26569.tar.gz git-bug-ae5c0967cec40a7dcf9804ff592a4d15f1b26569.zip |
commands: cleanup the command's usage to avoid warnings when generating the doc
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 521f032f..5ab6e39c 100644 --- a/commands/user_adopt.go +++ b/commands/user_adopt.go @@ -8,7 +8,7 @@ func newUserAdoptCommand() *cobra.Command { env := newEnv() cmd := &cobra.Command{ - Use: "adopt <user-id>", + Use: "adopt USER-ID", Short: "Adopt an existing identity as your own.", Args: cobra.ExactArgs(1), PreRunE: loadBackend(env), |