aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2016-11-17 17:52:41 +0100
committerKarel Kočí <cynerd@email.cz>2016-11-17 17:56:33 +0100
commitad2a23815a49245117cadbfcb6a59dfd6fc95483 (patch)
tree0342f46b1e92ccfce96a6650b5250d3fafd73cfa /docs
parent3e3af1dab62cac49c72143dddfbe097b43c2bba2 (diff)
downloadgeml-ad2a23815a49245117cadbfcb6a59dfd6fc95483.tar.gz
geml-ad2a23815a49245117cadbfcb6a59dfd6fc95483.tar.bz2
geml-ad2a23815a49245117cadbfcb6a59dfd6fc95483.zip
Implement install and uninstall target and manual template
Diffstat (limited to 'docs')
-rw-r--r--docs/geml.man36
1 files changed, 36 insertions, 0 deletions
diff --git a/docs/geml.man b/docs/geml.man
new file mode 100644
index 0000000..aac9815
--- /dev/null
+++ b/docs/geml.man
@@ -0,0 +1,36 @@
+.\" vim: ft=groff
+.\" Manpage for geml.
+.TH sterm 1 "17 November 2016" "17112016"
+.SH NAME
+geml \- General extendable macro language processing tool
+.SH SYNOPSIS
+geml [OPTION]... INPUT_FILE
+.SH DESCRIPTION
+.PP
+TODO
+.SH OPTIONS
+.TP
+\fB\-v, --verbose\fR
+Increases vebosity of output.
+.TP
+\fB\-q, --quiet\fR
+Decreases vebosity of output.
+.TP
+\fB\-o, --output OUTPUT_FILE\fR
+Sets file in which output is going to be stored.
+.TP
+\fB\-h, --help\fR
+Prints this help.
+.TP
+\fB\--version\fR
+Prints geml version.
+
+.SH BUGS
+No known bugs.
+
+.SH SEE ALSO
+.BR ed (1),
+.BR awk (1),
+.BR sed (1).
+.SH AUTHOR
+Karel Kočí (cynerd@email.cz)