summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarkus Grüneis <gimpf@gimpf.org>2014-10-24 19:46:37 +0200
committerMarkus Grüneis <gimpf@gimpf.org>2014-10-24 19:46:37 +0200
commit907c68990696b5ca89fda4b1e21a1740e1bffd5d (patch)
tree584724277259560f71388c42c800998edafb62f4 /src
parenthub: Post all available updates at once in fwd. (diff)
hub: Change viz-dir default.
Diffstat (limited to 'src')
-rw-r--r--src/hub/src/spreadspace.org/sfive-hub/s5hub.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hub/src/spreadspace.org/sfive-hub/s5hub.go b/src/hub/src/spreadspace.org/sfive-hub/s5hub.go
index 192243f..80a9d76 100644
--- a/src/hub/src/spreadspace.org/sfive-hub/s5hub.go
+++ b/src/hub/src/spreadspace.org/sfive-hub/s5hub.go
@@ -19,7 +19,7 @@ func main() {
startGramPipe := flag.Bool("start-pipegram-server", true, "start a datagram oriented pipe server; see option pipegram")
startWeb := flag.Bool("start-web-server", true, "start a webserver")
forward := flag.String("forward-url", "", "forward to another sfive-server with http server at base-url")
- vizAppDir := flag.String("viz-dir", "./viz", "base-path to the viz application")
+ vizAppDir := flag.String("viz-dir", "/usr/share/sfive", "base-path to the viz application")
help := flag.Bool("help", false, "show usage")
flag.Parse()