From ae1cfbf50022c7ac0be90767a759ab8efb6fb1a8 Mon Sep 17 00:00:00 2001 From: Brandon Wiley Date: Tue, 29 Nov 2016 12:00:26 -0600 Subject: Fixed the usage string for -state --- shapeshifter-dispatcher/shapeshifter-dispatcher.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shapeshifter-dispatcher/shapeshifter-dispatcher.go b/shapeshifter-dispatcher/shapeshifter-dispatcher.go index 731f729..ab4562a 100644 --- a/shapeshifter-dispatcher/shapeshifter-dispatcher.go +++ b/shapeshifter-dispatcher/shapeshifter-dispatcher.go @@ -87,7 +87,7 @@ func main() { // PT 2.0 specification, 3.3.1.1. Common Configuration Parameters // FIXME: in the spec, this is -version, which is already used for printing the version number ptversion := flag.String("ptversion", "", "Specify the Pluggable Transport protocol version to use") - statePath := flag.String("state", "", "Specify transport server destination address") + statePath := flag.String("state", "", "Specify the directory to use to store state information required by the transports") // FIXME: -exit-on-stdin-close // NOTE: -transports is parsed as a common command line flag that overrides either TOR_PT_SERVER_TRANSPORTS or TOR_PT_CLIENT_TRANSPORTS -- cgit v1.2.3