mirror of
https://github.com/Threnklyn/jira.git
synced 2026-06-07 21:43:32 +02:00
Merge pull request #416 from samsm/patch-1
Update (miscopied?) description of rank command
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ func CmdRankRegistry() *jiracli.CommandRegistryEntry {
|
|||||||
opts := RankOptions{}
|
opts := RankOptions{}
|
||||||
|
|
||||||
return &jiracli.CommandRegistryEntry{
|
return &jiracli.CommandRegistryEntry{
|
||||||
"Mark issues as blocker",
|
"Change ranking of issue",
|
||||||
func(fig *figtree.FigTree, cmd *kingpin.CmdClause) error {
|
func(fig *figtree.FigTree, cmd *kingpin.CmdClause) error {
|
||||||
jiracli.LoadConfigs(cmd, fig, &opts)
|
jiracli.LoadConfigs(cmd, fig, &opts)
|
||||||
return CmdRankUsage(cmd, &opts)
|
return CmdRankUsage(cmd, &opts)
|
||||||
|
|||||||
Reference in New Issue
Block a user