diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/testsuite.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testsuite.cpp b/src/testsuite.cpp index 1cee7500c..f294ae70d 100644 --- a/src/testsuite.cpp +++ b/src/testsuite.cpp @@ -59,7 +59,7 @@ TestSuite::TestSuite(InspIRCd* Instance) : ServerInstance(Instance) cout << endl << "(X) Exit test suite\n"; - cout << "\nChoice: "; + cout << "\nChoices (Enter one or more options as a list then press enter, e.g. 15X): "; cin >> choice; if (!choice) |