summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarkus Grüneis <gimpf@gimpf.org>2014-10-24 22:09:25 +0200
committerMarkus Grüneis <gimpf@gimpf.org>2014-10-24 22:09:46 +0200
commitebc89151009f7a644a98df17a5a9d940eec5f8e6 (patch)
tree69677a6b29fb0d1588027ae1f2368ca24fe57ed8 /src
parentupdated changelog for release (diff)
hub: fix default viz directory
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 80a9d76..e64c665 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", "/usr/share/sfive", "base-path to the viz application")
+ vizAppDir := flag.String("viz-dir", "/usr/share/sfive/viz", "base-path to the viz application")
help := flag.Bool("help", false, "show usage")
flag.Parse()