summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoop Kiefte <ikojba@gmail.com>2018-12-31 23:39:36 +0100
committerJoop Kiefte <ikojba@gmail.com>2018-12-31 23:39:36 +0100
commitd24f9890bb7b6253568235c2df4dc2c405badba8 (patch)
tree2459cc102202e6adda7a310d730966f111098448
parent3b4f9775c15cf7c101c1759ee4e4f0fa0f5117dc (diff)
Add description of the main command line tool
-rw-r--r--main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.go b/main.go
index c2f64ea..a6a0ed9 100644
--- a/main.go
+++ b/main.go
@@ -1,3 +1,5 @@
+// Lexington is a command line tool to convert between several formats used for screenwriting.
+// The tool uses an internal format called lex which can be used to tweak the output.
package main
import (