Skip to content

Commit

Permalink
Cmd line setting for TDB1 on new dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
afs committed Apr 27, 2023
1 parent 193bc7d commit 8bf62f9
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,9 @@ protected FusekiMain(String... argv) {
add(argFile, "--file=FILE",
"Create an in-memory, non-persistent dataset for the server, initialised with the contents of the file");
add(argTDB2mode, "--tdb2",
"Use TDB2 for command line persistent datasets (default is TDB1)");
"Use TDB2 for command line persistent datasets");
add(argTDB1mode, "--tdb1",
"Use TDB1 for command line persistent datasets (default is TDB2)");
add(argTDB, "--loc=DIR",
"Use an existing TDB database (or create if does not exist)");
add(argMemTDB, "--memTDB",
Expand Down

0 comments on commit 8bf62f9

Please sign in to comment.