Skip to content

Commit

Permalink
Merge pull request #54 from qlands/release-1.1
Browse files Browse the repository at this point in the history
Release 1.1
  • Loading branch information
qlands authored Jun 30, 2019
2 parents ec0e4bd + 3649019 commit e29edfe
Show file tree
Hide file tree
Showing 15 changed files with 1,635 additions and 269 deletions.
2 changes: 1 addition & 1 deletion JSONToMySQL/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ int main(int argc, char *argv[])
title = title + " * to import the JSON data into the neccesary MySQL tables. * \n";
title = title + " ********************************************************************* \n";

TCLAP::CmdLine cmd(title.toUtf8().constData(), ' ', "1.0");
TCLAP::CmdLine cmd(title.toUtf8().constData(), ' ', "1.1");

TCLAP::ValueArg<std::string> jsonArg("j","json","Input JSON File",true,"","string");
TCLAP::ValueArg<std::string> manifestArg("m","manifest","Input manifest XML file",true,"","string");
Expand Down
Loading

0 comments on commit e29edfe

Please sign in to comment.