1234567891011121314151617181920 |
- Usage: ganesha [OPTION...] FILE1 FILE2 ... FILEN
- Ganesha -- perform operations on graphs.
- -f, --output_format=FORMAT Select output format from dot (default), graphml,
- gml, pajek, edgelist, ncol, lgl, dimacs.
- -i, --input_format=FORMAT Select input format from graphml, gml, pajek,
- edgelist, ncol, lgl, dimacs, graphdb, dl.
- (Required.)
- -o, --output=OUTFILE Output to OUTFILE instead of to standard output
- -w, --operation=OPERATION Select OPERATION from union, intersection.
- (Required.)
- -?, --help Give this help list
- --usage Give a short usage message
- -V, --version Print program version
- Mandatory or optional arguments to long options are also mandatory or optional
- for any corresponding short options.
- Report bugs to <t.rice@ms.unimelb.edu.au>.
|