aboutsummaryrefslogtreecommitdiff
path: root/docs/geml.man
blob: aac98155daedcaed975d8b700ae870d3d9b3b575 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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)