summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Wiley <brandon@blanu.net>2016-11-29 12:00:26 -0600
committerBrandon Wiley <brandon@blanu.net>2016-11-29 12:00:26 -0600
commitae1cfbf50022c7ac0be90767a759ab8efb6fb1a8 (patch)
treeb786a16c152db5086496a70da13299c9ad07110a
parentb134a3ce0f34b8aedca6d7a46074039b29c13e8b (diff)
Fixed the usage string for -state
-rw-r--r--shapeshifter-dispatcher/shapeshifter-dispatcher.go2
1 files changed, 1 insertions, 1 deletions
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