diff options
Diffstat (limited to 'commands/status.go')
-rw-r--r-- | commands/status.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/status.go b/commands/status.go index 02ddc481..a34b0918 100644 --- a/commands/status.go +++ b/commands/status.go @@ -29,7 +29,7 @@ func runStatus(cmd *cobra.Command, args []string) error { var statusCmd = &cobra.Command{ Use: "status [<id>]", - Short: "Show the bug status", + Short: "Display or change a bug status", RunE: runStatus, } |