Commit e5b91287 authored by Gus's avatar Gus 🍫
Browse files

Fix webtunnel description

parent 43ec4329
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -131,7 +131,7 @@ func main() {
	flag.StringVar(&templatesDir, "templates", "templates", "Path to directory that contains our web templates.")
	flag.StringVar(&torBinary, "tor", "tor", "Path to tor executable.")
	flag.StringVar(&obfs4proxyBinary, "obfs4proxy", "/usr/bin/obfs4proxy", "Path to obfs4proxy executable.")
	flag.StringVar(&webtunnelBinary, "webtunnel", "./webtunnel", "Path to obfs4proxy executable.")
	flag.StringVar(&webtunnelBinary, "webtunnel", "./webtunnel", "Path to webtunnel executable.")
	flag.StringVar(&logFile, "log", "", "File to write logs to.")
	flag.IntVar(&testTimeout, "test-timeout", 60, "Test timeout in seconds.")
	flag.IntVar(&errorCacheTimeout, "error-cache-timeout", 1, "Test timeout in hours for tests that have errored.")