Changed description.

This commit is contained in:
tastytea 2019-05-24 16:57:02 +02:00
parent 052c82ba41
commit 4c26c25c91
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
= compilescript = compilescript
*compilescript* allows you to execute files from compiled languages as scripts. *compilescript* allows you to execute files from compiled languages like scripts.
By default it uses `g++`. By default it uses `g++`.
It compiles the source file, stores the binary in It compiles the source file, stores the binary in

View File

@ -2,7 +2,7 @@
:doctype: manpage :doctype: manpage
:Author: tastytea :Author: tastytea
:Email: tastytea@tastytea.de :Email: tastytea@tastytea.de
:Date: 2019-04-13 :Date: 2019-05-24
:Revision: 0.0.0 :Revision: 0.0.0
:man source: compilescript :man source: compilescript
:man version: {revision} :man version: {revision}
@ -10,7 +10,7 @@
== NAME == NAME
compilescript - allows you to execute files from compiled languages as scripts. compilescript - allows you to execute files from compiled languages like scripts.
== SYNOPSIS == SYNOPSIS