From cfce3a9914c4a7762399119fabc63c77f567d7cf Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Fri, 21 Sep 2018 13:37:22 +0200 Subject: commands: description cleanup --- commands/status_open.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/status_open.go') 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 []", - Short: "Mark the bug as open", + Short: "Mark a bug as open", RunE: runStatusOpen, } -- cgit