aboutsummaryrefslogtreecommitdiffstats
path: root/commands/status.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/status.go')
-rw-r--r--commands/status.go5
1 files changed, 2 insertions, 3 deletions
diff --git a/commands/status.go b/commands/status.go
index 57771bca..4dceb51c 100644
--- a/commands/status.go
+++ b/commands/status.go
@@ -1,16 +1,15 @@
package commands
import (
+ _select "github.com/MichaelMure/git-bug/commands/select"
"github.com/spf13/cobra"
-
- "github.com/MichaelMure/git-bug/commands/select"
)
func newStatusCommand() *cobra.Command {
env := newEnv()
cmd := &cobra.Command{
- Use: "status [<id>]",
+ Use: "status [ID]",
Short: "Display or change a bug status.",
PreRunE: loadBackend(env),
PostRunE: closeBackend(env),