diff options
author | David Robillard <d@drobilla.net> | 2011-05-25 00:50:09 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-05-25 00:50:09 +0000 |
commit | 7e6f1fad11db98855470f75800ab6dab586662a2 (patch) | |
tree | 47af2876f01b8fec5393436b6622412a189469f4 | |
parent | 260902f9a30dc254bf1c139e3fc097da2a69264b (diff) | |
download | serd-7e6f1fad11db98855470f75800ab6dab586662a2.tar.gz serd-7e6f1fad11db98855470f75800ab6dab586662a2.tar.bz2 serd-7e6f1fad11db98855470f75800ab6dab586662a2.zip |
Update man page.
git-svn-id: http://svn.drobilla.net/serd/trunk@197 490d8e77-9747-427b-9fa3-0b8f29cee8a0
-rw-r--r-- | doc/serdi.1 | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/serdi.1 b/doc/serdi.1 index f03b9d7c..8f654879 100644 --- a/doc/serdi.1 +++ b/doc/serdi.1 @@ -1,7 +1,7 @@ .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) -.TH SERDI 1 "09 May 2011" +.TH SERDI 1 "24 May 2011" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: @@ -26,6 +26,10 @@ serdi [OPTIONS]... INPUT BASE_URI Print the command line options. .TP +\fB\-i SYNTAX\fR +Read input in SYNTAX (`turtle' or `ntriples'). + +.TP \fB\-o SYNTAX\fR Write output in SYNTAX (`turtle' or `ntriples'). @@ -34,6 +38,14 @@ Write output in SYNTAX (`turtle' or `ntriples'). Parse INPUT as a string (terminates options). .TP +\fB\-p PREFIX\fR +Add PREFIX to blank node IDs. + +.TP +\fB\-c PREFIX\fR +Chop PREFIX from matching blank node IDs. + +.TP \fB\-v\fR Display version information and exit. |