aboutsummaryrefslogtreecommitdiffstats
path: root/commands/label.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/label.go')
-rw-r--r--commands/label.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/label.go b/commands/label.go
index 58ccc299..4f15c893 100644
--- a/commands/label.go
+++ b/commands/label.go
@@ -33,7 +33,7 @@ func runLabel(cmd *cobra.Command, args []string) error {
var labelCmd = &cobra.Command{
Use: "label [<id>]",
- Short: "Display, add or remove labels",
+ Short: "Display, add or remove labels.",
PreRunE: loadRepo,
RunE: runLabel,
}