Merge pull request #416 from samsm/patch-1

Update (miscopied?) description of rank command
This commit is contained in:
Judson Lester
2022-10-26 17:28:16 -07:00
committed by GitHub
+1 -1
View File
@@ -24,7 +24,7 @@ func CmdRankRegistry() *jiracli.CommandRegistryEntry {
opts := RankOptions{}
return &jiracli.CommandRegistryEntry{
"Mark issues as blocker",
"Change ranking of issue",
func(fig *figtree.FigTree, cmd *kingpin.CmdClause) error {
jiracli.LoadConfigs(cmd, fig, &opts)
return CmdRankUsage(cmd, &opts)