Skip to content

Commit

Permalink
Add json --help text in 4s-query
Browse files Browse the repository at this point in the history
Bump bundle version in .app
  • Loading branch information
Steve Harris committed Dec 11, 2009
1 parent 2e48359 commit abda6a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app-aux/bundle-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
137
138
2 changes: 1 addition & 1 deletion src/frontend/4s-query.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ int main(int argc, char *argv[])
fprintf(stderr, " or: %s <kbname> -P\n", argv[0]);
fprintf(stderr, " query is a SPARQL%s query, remember to use"
" shell quoting if necessary\n", langs);
fprintf(stderr, " -f Output format one of, sparql, text or testcase\n");
fprintf(stderr, " -f Output format one of, sparql, text, json, or testcase\n");
fprintf(stderr, " -O, --opt-level Set optimisation level, range 0-3\n");
fprintf(stderr, " -I, --insert Interpret CONSTRUCT statements as inserts\n");
fprintf(stderr, " -r, --restricted Enable query complexity restriction\n");
Expand Down

0 comments on commit abda6a1

Please sign in to comment.