summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index dfd1d2c..d973727 100644
--- a/main.go
+++ b/main.go
@@ -74,6 +74,7 @@ func main() {
log.Println("Cannot write PDF to standard output")
return
}
+ log.Println("While the PDF output of this tool is acceptable for most purposes, I would recommend against it for sending in your screenplay. For command line usage, the Afterwriting commandline tools and e.g. the latex export of emacs fountain-mode look really good.")
pdf.Create(*output, rules.Default, i)
case "lex":
lex.Write(i, outfile)