aboutsummaryrefslogtreecommitdiffstats
path: root/commands/status.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/status.go')
-rw-r--r--commands/status.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/status.go b/commands/status.go
index 7928628a..4675195d 100644
--- a/commands/status.go
+++ b/commands/status.go
@@ -31,7 +31,7 @@ func runStatus(cmd *cobra.Command, args []string) error {
var statusCmd = &cobra.Command{
Use: "status [<id>]",
- Short: "Display or change a bug status",
+ Short: "Display or change a bug status.",
PreRunE: loadRepo,
RunE: runStatus,
}