执行gbuild命令呈现You must input the database name for building database谬误

执行gbuild
在装置目录/gStroe下执行
bin/gbuild db_name filepath
呈现You must input the database name for building database!谬误。
起因:0.8版本之前的命令为bin/gbuild db_name filepath,0.9当前执行会出错。
0.9版本当前的命令为
bin/gbuild -db db_name -f file_path
示意从file_path中构建名为db_name的数据库,例如
bin/gbuild -db lubm -f ./data/lubm/lubm.nt(从三元组文件lubm.nt构建lubm数据库)