This commit is contained in:
Miguel de la Cruz 2020-10-03 14:09:26 +02:00
parent 15b4cb6641
commit 703d38b228
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ func RemoteLabelCmd() *cobra.Command {
func UpdateLabelCmd() *cobra.Command {
cmd := &cobra.Command{
Use: "update",
Short: "Updates the campaign GitHub labels",
Short: "Updates the campaign's GitHub labels",
Args: cobra.NoArgs,
Run: withApp(updateLabelCmdF),
}