You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The command-line interface (CLI) tools built from the V.1.3.3 release report an incorrect version number. In addition, the tools do not all handle the "-V" flag consistently.
hdt2rdf
user@computer:~/test/hdt-cpp-1.3.3/libhdt/tools$ ./hdt2rdf -V
/home/user/test/hdt-cpp-1.3.3/libhdt/tools/.libs/hdt2rdf: option requires an argument -- 'V'
ERROR: Unknown option
$ hdt2rdf [options] <HDT input file> <RDF output file>
-h This help
-f <format> RDF Format of the output
-V Prints the HDT version number.
-p Prints a progress indicator.
-v Verbose output
user@computer:~/test/hdt-cpp-1.3.3/libhdt/tools$ ./modifyHeader -V
/home/user/test/hdt-cpp-1.3.3/libhdt/tools/.libs/modifyHeader: invalid option -- 'V'
ERROR: Unknown option
$ modifyHeader [options] <input HDT> <outputHDT>
-h This help
-i <s p o> Insert new Triple to the Header [please escape IRIs \< \> and quotes \" \"]
-r <s p o> Remove triple from the Header [please escape IRIs \< \> and quotes \" \"]
-I <insertFile> Insert new Triples from insertFile (one per line) to the Header
-R <removeFile> Remove Triples from removeFile (one per line) from the Header
user@computer:~/test/hdt-cpp-1.3.3/libhdt/tools$ ./searchHeader -V
/home/user/test/hdt-cpp-1.3.3/libhdt/tools/.libs/searchHeader: invalid option -- 'V'
ERROR: You must supply an input HDT and a query
$ searchHeader <input HDT> "s p o"
-h This help
The command-line interface (CLI) tools built from the V.1.3.3 release report an incorrect version number. In addition, the tools do not all handle the "-V" flag consistently.
The text was updated successfully, but these errors were encountered: