From 6a98b73cbc83f69f3bca68baecd7403b41f7ecb6 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 1 Jun 2019 17:25:42 +0000 Subject: cmd/johaus: camxes-beta --- cmd/johaus/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmd') diff --git a/cmd/johaus/main.go b/cmd/johaus/main.go index 8606415..eaba012 100644 --- a/cmd/johaus/main.go +++ b/cmd/johaus/main.go @@ -9,13 +9,13 @@ import ( "github.com/Xe/x/internal" "within.website/johaus/parser" - _ "within.website/johaus/parser/camxes" + _ "within.website/johaus/parser/camxes-beta" "within.website/johaus/pretty" ) var ( port = flag.String("port", "9001", "TCP port to bind on for HTTP") - dialect = flag.String("dialect", "camxes", "Lojban dialect to use") + dialect = flag.String("dialect", "camxes-beta", "Lojban dialect to use") ) func main() { -- cgit v1.2.3