Mercurial > hg > sv-dependency-builds
annotate src/sord-0.12.0/doc/sordi.1 @ 2:cc5d363db385
Add OS/X 64-bit builds
author | Chris Cannam |
---|---|
date | Tue, 19 Mar 2013 20:33:28 +0000 |
parents | c7265573341e |
children |
rev | line source |
---|---|
Chris@0 | 1 .TH SORDI 1 "17 Jan 2012" |
Chris@0 | 2 |
Chris@0 | 3 .SH NAME |
Chris@0 | 4 .B sordi \- Load and re-serialise RDF data |
Chris@0 | 5 |
Chris@0 | 6 .SH SYNOPSIS |
Chris@0 | 7 sordi [OPTION]... INPUT BASE_URI |
Chris@0 | 8 |
Chris@0 | 9 .SH OPTIONS |
Chris@0 | 10 .TP |
Chris@0 | 11 \fB\-h\fR |
Chris@0 | 12 Print the command line options. |
Chris@0 | 13 |
Chris@0 | 14 .TP |
Chris@0 | 15 \fB\-i SYNTAX\fR |
Chris@0 | 16 Read input in SYNTAX (`turtle' or `ntriples'). |
Chris@0 | 17 |
Chris@0 | 18 .TP |
Chris@0 | 19 \fB\-o SYNTAX\fR |
Chris@0 | 20 Write output in SYNTAX (`turtle' or `ntriples'). |
Chris@0 | 21 |
Chris@0 | 22 .TP |
Chris@0 | 23 \fB\-s INPUT\fR |
Chris@0 | 24 Parse INPUT as a string (terminates options). |
Chris@0 | 25 |
Chris@0 | 26 .TP |
Chris@0 | 27 \fB\-v\fR |
Chris@0 | 28 Display version information and exit. |
Chris@0 | 29 |
Chris@0 | 30 .SH AUTHOR |
Chris@0 | 31 Sordi was written by David Robillard <d@drobilla.net> |
Chris@0 | 32 |
Chris@0 | 33 .SH COPYRIGHT |
Chris@0 | 34 Copyright \(co 2011-2013 David Robillard. |
Chris@0 | 35 .br |
Chris@0 | 36 License: <http://www.opensource.org/licenses/isc-license> |
Chris@0 | 37 .br |
Chris@0 | 38 This is free software; you are free to change and redistribute it. |
Chris@0 | 39 .br |
Chris@0 | 40 There is NO WARRANTY, to the extent permitted by law. |
Chris@0 | 41 |
Chris@0 | 42 .SH "SEE ALSO" |
Chris@0 | 43 <http://drobilla.net/software/sord> |