src/murmur/main.cpp: Changed description of -v option to reflect better what it's actually about

This commit is contained in:
Robert Adam 2020-03-29 19:48:19 +02:00
parent d45e7e0796
commit bada7d8e93

View File

@ -347,7 +347,7 @@ int main(int argc, char **argv) {
" The purpose of this option is to test how many clients Murmur can handle.\n"
" Murmur will exit after this test.\n"
#endif
" -v Add verbose output.\n"
" -v Use verbose logging (include debug-logs).\n"
#ifdef Q_OS_UNIX
" -fg Don't detach from console.\n"
#else