[go: up one dir, main page]

Skip to content

Commit

Permalink
Update (miscopied?) description of command
Browse files Browse the repository at this point in the history
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 😄
  • Loading branch information
samsm authored Apr 10, 2021
1 parent 2c7a9b2 commit 7f1a21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jiracmd/rank.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7f1a21f

Please sign in to comment.