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