gnetlist --version (return code: 0)
gEDA 1.8.2 (g875406c)
Copyright (C) 1998-2012 gEDA developers
This is free software, and you are welcome to redistribute it under
certain conditions. For details, see the file `COPYING', which is
included in the gEDA distribution.
There is NO WARRANTY, to the extent permitted by law.
gnetlist --help (return code: 0)
Usage: gnetlist [OPTION ...] [-g BACKEND] [--] FILE ...
Generate a netlist from one or more gEDA schematic FILEs.
General options:
-q Quiet mode.
-v, --verbose Verbose mode.
-o FILE Filename for netlist data output.
-L DIR Add DIR to Scheme search path.
-g BACKEND Specify netlist backend to use.
-O STRING Pass an option string to backend.
-l FILE Load Scheme file before loading backend.
-m FILE Load Scheme file after loading backend.
-c EXPR Evaluate Scheme expression at startup.
-i Enter interactive Scheme REPL after loading.
--list-backends Print a list of available netlist backends.
-h, --help Help; this message.
-V, --version Show version information.
-- Treat all remaining arguments as filenames.
Report bugs at <https://bugs.launchpad.net/geda>
gEDA/gaf homepage: <http://www.geda-project.org/>