Provided by: relational-cli_1.2-2_all bug

NAME

       relational-cli — Python implementation of Relational algebra.

SYNOPSIS

       relational [OPTIONS] [ FILE ...]

DESCRIPTION

       Python  implementation  of  Relational  algebra.  This  program  provides  a  command line
       interface to execute relational algebra queries. It is meant to be  used  for  educational
       purposes.

OPTIONS

       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 -

       -v     Show version information.

       -h     Shows help.

       -q     Uses the Qt4 GUI.

       -r     Uses the readline UI (default).

AUTHOR

       This  manual  page  was  written by Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it> for the
       Debian GNU/Linux 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.

                                                                                    Relational(1)