error in documentation - CLI help

0 views
Skip to first unread message

Paulo Elias

unread,
Sep 30, 2014, 11:21:13 PM9/30/14
to sta...@clarkparsia.com

Hi,

I found a small error in the documentation.
When you run this help command in the CLI...

> stardog help data add

You get the highlighted example with a wrong syntax, that returns an error when executed :

(...)

EXAMPLES
       
* Add data to the default graph:
            $ stardog data add myDb file
.rdf

       
* Add data to a specific named graph:
            $ stardog data --named-graph http://example.org/context add myDb file.rdf

One way to fix it, so no text is between the "data add" string, would be:

 $ stardog data add --named-graph http://example.org/context myDb file.rdf

Best Regards,

Paulo

Reply all
Reply to author
Forward
0 new messages