summaryrefslogtreecommitdiff
path: root/cmd/dserver/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/dserver/main.go')
-rw-r--r--cmd/dserver/main.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/dserver/main.go b/cmd/dserver/main.go
index b4fc873..cf726cf 100644
--- a/cmd/dserver/main.go
+++ b/cmd/dserver/main.go
@@ -32,7 +32,8 @@ func main() {
user.NoRootCheck()
flag.BoolVar(&color, "color", false, "Enable ANSII terminal colors")
- flag.BoolVar(&config.ServerRelaxedAuthEnable, "relaxedAuth", false, "Enable relaxced SSH auth mode (don't use in production!)")
+ flag.BoolVar(&config.ServerRelaxedAuthEnable, "relaxedAuth", false,
+ "Enable relaxced SSH auth mode (don't use in production!)")
flag.BoolVar(&displayVersion, "version", false, "Display version")
flag.IntVar(&args.SSHPort, "port", config.DefaultSSHPort, "SSH server port")
flag.IntVar(&pprof, "pprof", -1, "Start PProf server this port")