diff --git a/cmd.go b/cmd.go index 3bbbc58..ab41788 100644 --- a/cmd.go +++ b/cmd.go @@ -16,7 +16,6 @@ import ( import _ "net/http/pprof" // Options contains the flag options - type Options struct { Verbose []bool `short:"v" long:"verbose" description:"Show verbose logging."` Identity string `short:"i" long:"identity" description:"Private key to identify server with." default:"~/.ssh/id_rsa"` @@ -24,7 +23,7 @@ type Options struct { Admin []string `long:"admin" description:"Fingerprint of pubkey to mark as admin."` Whitelist string `long:"whitelist" description:"Optional file of pubkey fingerprints that are allowed to connect"` Motd string `long:"motd" description:"Message of the Day file (optional)"` - Pprof int `long:"pprof" description:"enable http server for pprof"` + Pprof int `long:"pprof" description:"enable http server for pprof"` } var logLevels = []log.Level{