diff --git a/src/dealer_random_test.cpp b/src/dealer_random_test.cpp index 555618ff..858e3409 100644 --- a/src/dealer_random_test.cpp +++ b/src/dealer_random_test.cpp @@ -73,7 +73,7 @@ main(int argc, char *argv[]) cout << desc << endl; return 1; } - if (!vm.count("mode")) { + if (!vm.count("num")) { cout << "Missing option!" << endl << desc << endl; return 1; }