Skip to content

Commit

Permalink
adding actual readme output
Browse files Browse the repository at this point in the history
  • Loading branch information
mneedham committed Jul 12, 2013
1 parent 337b5c2 commit bbffbf0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ Example input file: in.geoff
Usage:

````
$ import-geoff -g in.geoff`
Geoff import created 3 entities.
$ import-geoff -g in.geoff
Geoff import of in.geoff created 3 entities.
````

#### GraphML Import
Expand Down Expand Up @@ -152,6 +152,9 @@ Usage:

````
$ import-graphml -i in.xml
GraphML-Import file in.xml rel-type RELATED_TO batch-size 40000 use disk-cache false
0. 100%: nodes = 1 rels = 0 properties = 0 time 11 ms
Finished: nodes = 2 rels = 1 properties = 2 total time 16 ms
GraphML import created 3 entities.
````

Expand Down

0 comments on commit bbffbf0

Please sign in to comment.