From 32e17bff12686f600f8f85ce62e1dc1d1c1ad0a9 Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 5 Mar 2019 22:10:08 +0100 Subject: [PATCH] Added compiler invocation to manpage. --- compilescript.1.adoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/compilescript.1.adoc b/compilescript.1.adoc index 5247cf7..f655ad3 100644 --- a/compilescript.1.adoc +++ b/compilescript.1.adoc @@ -30,6 +30,9 @@ in the second line with the prefix: `//compilescript:`. The configuration file is in `${XDG_CONFIG_HOME}/compilescript.cfg`. It will be generated on first run. +The compiler invocation looks like this: + -o . + == OPTIONS [format="csv",frame="none",grid="none"] @@ -75,7 +78,7 @@ Cache:,`${XDG_CACHE_HOME}/compilescript/` |====== `${XDG_CONFIG_HOME}` is usually `~/.config` and `${XDG_CACHE_HOME}` is usually -`~/.cache` +`~/.cache`. == REPORTING BUGS