relational/relational-cli.1

36 lines
1.0 KiB
Groff

2015-06-01 05:54:52 +07:00
.TH "Relational" "1"
.SH "NAME"
relational-cli \(em Implementation of Relational algebra.
.SH "SYNOPSIS"
.PP
2015-10-09 01:31:46 +07:00
\fBrelational-cli\fR [OPTIONS\fR\fP] [ FILE .\|.\|.]
2015-06-01 05:54:52 +07:00
.SH "DESCRIPTION"
.PP
This program provides a command line interface to execute relational algebra queries. It is meant to experiment with relational algebra queries.
.SH "OPTIONS"
.PP
These programs follow the usual GNU command line syntax,
with long options starting with two dashes (`\-'). A summary of
options is included below. However, the ordering is very strict \-
.IP "\fB-v\fP
2015-06-01 05:54:52 +07:00
Show version information and exit.
.IP "\fB-h\fP
2015-06-01 05:54:52 +07:00
Shows help and exit.
.IP "\fB-q\fP
2015-06-01 05:54:52 +07:00
Uses the Qt5 GUI.
.IP "\fB-r\fP
Uses the readline UI (default).
2015-06-01 05:54:52 +07:00
.SH "AUTHOR"
.PP
This manual page was written by Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it> for
the \fBDebian GNU/Linux\fP system (but may be used by others). Permission is
granted to copy, distribute and/or modify this document under
the terms of the GNU General Public License
version 3 or any later version published by the Free Software Foundation.