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_close.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/status_close.go') diff --git a/commands/status_close.go b/commands/status_close.go index de8b990c..fd713a39 100644 --- a/commands/status_close.go +++ b/commands/status_close.go @@ -28,7 +28,7 @@ func runStatusClose(cmd *cobra.Command, args []string) error { var closeCmd = &cobra.Command{ Use: "close []", - Short: "Mark the bug as closed", + Short: "Mark a bug as closed", RunE: runStatusClose, } -- cgit