Update (miscopied?) description of command

This looked like an artifact of a copy/paste sorta situation: the current description for the `rank` command has the description for the `block` command.

I ad libbed a new description that is hopefully at least _more_ correct 😄
This commit is contained in:
Sam Schenkman-Moore
2021-04-10 11:05:48 -04:00
committed by GitHub
parent 2c7a9b2830
commit 7f1a21fd5c
+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)