diff --git a/routed.cpp b/routed.cpp index 9562377cb..def5d65f0 100644 --- a/routed.cpp +++ b/routed.cpp @@ -50,7 +50,7 @@ typedef http::server > server; */ int main (int argc, char *argv[]) { - if(argc < 5) + if(argc < 6) { cerr << "Correct usage:" << endl << argv[0] << " " << endl; exit(-1);