Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Commit

Permalink
Merge pull request #820 from Bostigger/trunk
Browse files Browse the repository at this point in the history
commands/ssh-key: fix wrong usage description in `ssh-key add`
  • Loading branch information
profclems committed Aug 13, 2021
2 parents b9d2554 + f4b7a0b commit 0456108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/ssh-key/add/add.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func NewCmdAdd(f *cmdutils.Factory, runE func(*AddOpts) error) *cobra.Command {
IO: f.IO,
}
cmd := &cobra.Command{
Use: "add <title> [key-file]",
Use: "add [key-file]",
Short: "Add an SSH key to your GitLab account",
Long: heredoc.Doc(`
Creates a new SSH key owned by the currently authenticated user.
Expand Down

0 comments on commit 0456108

Please sign in to comment.