mirror of
https://github.com/Threnklyn/jira.git
synced 2026-05-19 04:33:28 +02:00
Fix typo in 'logout' command help
This commit is contained in:
committed by
Cory Bennett
parent
7bfa241547
commit
90007771bf
@@ -473,7 +473,7 @@ Commands:
|
|||||||
labels set: Set labels on an issue
|
labels set: Set labels on an issue
|
||||||
list: Prints list of issues for given search criteria
|
list: Prints list of issues for given search criteria
|
||||||
login: Attempt to login into jira server
|
login: Attempt to login into jira server
|
||||||
logout: Deactivate sesssion with Jira server
|
logout: Deactivate session with Jira server
|
||||||
rank: Mark issues as blocker
|
rank: Mark issues as blocker
|
||||||
reopen: Transition issue to reopen state
|
reopen: Transition issue to reopen state
|
||||||
request: Open issue in requestr
|
request: Open issue in requestr
|
||||||
|
|||||||
+1
-1
@@ -14,7 +14,7 @@ import (
|
|||||||
func CmdLogoutRegistry() *jiracli.CommandRegistryEntry {
|
func CmdLogoutRegistry() *jiracli.CommandRegistryEntry {
|
||||||
opts := jiracli.CommonOptions{}
|
opts := jiracli.CommonOptions{}
|
||||||
return &jiracli.CommandRegistryEntry{
|
return &jiracli.CommandRegistryEntry{
|
||||||
"Deactivate sesssion with Jira server",
|
"Deactivate session with Jira server",
|
||||||
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 nil
|
return nil
|
||||||
|
|||||||
Reference in New Issue
Block a user