From f31127e695ef23f08f78559b10e1c0e599d99c02 Mon Sep 17 00:00:00 2001 From: Kai Philipp Date: Sat, 25 Jan 2020 17:12:08 +0100 Subject: [PATCH] bugfix --- src/dealer_random_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }