Skip to content

Commit

Permalink
cmd/ask: enter -> <enter> in help message
Browse files Browse the repository at this point in the history
  • Loading branch information
joshi4 committed Jul 25, 2024
1 parent 3017db7 commit 47ebae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/component/list/ask_delegate.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func newDelegateKeyMap() *delegateKeyMap {
return &delegateKeyMap{
choose: key.NewBinding(
key.WithKeys("enter"),
key.WithHelp("enter", "copy to clipboard"),
key.WithHelp("<enter>", "copy to clipboard"),
),
}
}
Expand Down

0 comments on commit 47ebae4

Please sign in to comment.