Every time I make this mistake

This commit is contained in:
3eef8a28f26fb2bcc514e6f1938929a1f931762 2023-02-07 09:43:43 -05:00
parent fe0a533795
commit 4e3d396d5e
1 changed files with 1 additions and 1 deletions

View File

@ -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>"