diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-07-20 16:08:02 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-07-20 16:08:02 +0000 |
commit | a3bf47ca3fc329e67d15586fa0856d3be043736f (patch) | |
tree | 72f20d5a2fab53a8df9c0b4e65eae2a30a1ccc84 /src/testsuite.cpp | |
parent | 831e7c4646000b7728ca41e4be5bb3f32b374140 (diff) |
Alter prompt to indicate that multiple tests can be queued by entering multiple choices
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10055 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/testsuite.cpp')
-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) |