mirror of
https://github.com/rsteube/carapace-bin.git
synced 2025-05-05 15:32:53 +00:00
fix missing s in interpret-trailers command
This commit is contained in:
parent
4fa16dd16f
commit
2ae16cbb85
@ -6,7 +6,7 @@ import (
|
||||
)
|
||||
|
||||
var interpretTrailerCmd = &cobra.Command{
|
||||
Use: "interpret-trailer",
|
||||
Use: "interpret-trailers",
|
||||
Short: "Add or parse structured information in commit messages",
|
||||
Run: func(cmd *cobra.Command, args []string) {},
|
||||
GroupID: groups[group_low_level_helper].ID,
|
||||
|
Loading…
x
Reference in New Issue
Block a user