README 934 B

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