diff --git a/src/C++/Driver/src/test.cpp b/src/C++/Driver/src/test.cpp index 5e24fa3..bcd7442 100644 --- a/src/C++/Driver/src/test.cpp +++ b/src/C++/Driver/src/test.cpp @@ -38,7 +38,7 @@ int command() { char input; while (true) { - std::cout << "choose between forward and rotate" << endl; + std::cout << "choose between forward = 1 and rotate = 2" << endl; std::cout << "What must the robot do?"; std::cin >> input;