aboutsummaryrefslogtreecommitdiffstats
path: root/commands/status_open.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/status_open.go')
-rw-r--r--commands/status_open.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/status_open.go b/commands/status_open.go
index 6b94b9cb..9c6363a0 100644
--- a/commands/status_open.go
+++ b/commands/status_open.go
@@ -28,7 +28,7 @@ func runStatusOpen(cmd *cobra.Command, args []string) error {
var openCmd = &cobra.Command{
Use: "open [<id>]",
- Short: "Mark the bug as open",
+ Short: "Mark a bug as open",
RunE: runStatusOpen,
}