mirror of
https://github.com/quatalog/quatalog.git
synced 2024-11-08 08:04:24 +00:00
Every time I make this mistake
This commit is contained in:
parent
fe0a533795
commit
4e3d396d5e
|
@ -35,7 +35,7 @@ void handle_prereqs(const Json::Value&,const std::string&,Json::Value&,const Jso
|
|||
|
||||
int main(const int argc,
|
||||
const char** argv) {
|
||||
if(argc != 4) {
|
||||
if(argc != 5) {
|
||||
std::cerr << "Bad number of arguments (" << argc << ")" << std::endl;
|
||||
std::cerr << "Usage: " << argv[0]
|
||||
<< " <data_directory>"
|
||||
|
|
Loading…
Reference in a new issue