diff options
| -rw-r--r-- | cmd/johaus/main.go | 4 |
1 files changed, 2 insertions, 2 deletions
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() { |
