diff --git a/gopm.go b/gopm.go index a6692edce..1169e3b6a 100644 --- a/gopm.go +++ b/gopm.go @@ -63,7 +63,7 @@ func main() { } app.Flags = append(app.Flags, []cli.Flag{ cli.BoolFlag{"noterm", "Disable color output"}, - cli.BoolFlag{"verbose, v", "show process details"}, + cli.BoolFlag{"verbose", "show process details"}, }...) app.Run(os.Args) }