mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 11:11:30 -04:00
Fix server flag name
This commit is contained in:
parent
11c3333856
commit
53e381e45d
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ func main() {
|
|||
flag.BoolVar(&disableTLS, "disable-tls", false, "don't use HTTPS")
|
||||
flag.StringVar(&logFilename, "log", "", "log file to write to")
|
||||
flag.BoolVar(&unsafeLogging, "unsafe-logging", false, "prevent logs from being scrubbed")
|
||||
flag.BoolVar(&versionFlag, "unsafe-logging", false, "display version info to stderr and quit")
|
||||
flag.BoolVar(&versionFlag, "version", false, "display version info to stderr and quit")
|
||||
flag.Parse()
|
||||
|
||||
if versionFlag {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue