aboutsummaryrefslogtreecommitdiffstats
path: root/commands/new.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/new.go')
-rw-r--r--commands/new.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/new.go b/commands/new.go
index ce6479f1..c7846aea 100644
--- a/commands/new.go
+++ b/commands/new.go
@@ -53,7 +53,7 @@ func runNewBug(cmd *cobra.Command, args []string) error {
}
var newCmd = &cobra.Command{
- Use: "new [<option>...]",
+ Use: "new",
Short: "Create a new bug",
RunE: runNewBug,
}