aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2019-06-04 17:55:45 +0000
committerChristine Dodrill <me@christine.website>2019-06-07 23:29:38 +0000
commit1bdd21ceff94962aa88801df2f2ab9f198a88324 (patch)
tree6eae589e84876b03f14036ad75cac5e1bc976941 /cmd
parente6d7c3f347d448144ef4079c94931606cb13bae3 (diff)
downloadx-1bdd21ceff94962aa88801df2f2ab9f198a88324.tar.xz
x-1bdd21ceff94962aa88801df2f2ab9f198a88324.zip
cmd/johaus: use camxes again
Diffstat (limited to 'cmd')
-rw-r--r--cmd/johaus/main.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd/johaus/main.go b/cmd/johaus/main.go
index 6926b90..a3ca6cc 100644
--- a/cmd/johaus/main.go
+++ b/cmd/johaus/main.go
@@ -7,15 +7,15 @@ import (
"log"
"net/http"
- "within.website/x/internal"
"within.website/johaus/parser"
- _ "within.website/johaus/parser/camxes-beta"
+ _ "within.website/johaus/parser/camxes"
"within.website/johaus/pretty"
+ "within.website/x/internal"
)
var (
port = flag.String("port", "9001", "TCP port to bind on for HTTP")
- dialect = flag.String("dialect", "camxes-beta", "Lojban dialect to use")
+ dialect = flag.String("dialect", "camxes", "Lojban dialect to use")
)
func main() {