Added compiler invocation to manpage.

This commit is contained in:
tastytea 2019-03-05 22:10:08 +01:00
parent 9eb18e0c95
commit 32e17bff12
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 4 additions and 1 deletions

View File

@ -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 The configuration file is in `${XDG_CONFIG_HOME}/compilescript.cfg`. It will be
generated on first run. generated on first run.
The compiler invocation looks like this: <configured compiler> <source file>
<compiler arguments> -o <binary>.
== OPTIONS == OPTIONS
[format="csv",frame="none",grid="none"] [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 `${XDG_CONFIG_HOME}` is usually `~/.config` and `${XDG_CACHE_HOME}` is usually
`~/.cache` `~/.cache`.
== REPORTING BUGS == REPORTING BUGS