diff --git a/src/main.cpp b/src/main.cpp index 6bfcdb18a3..bad40fbea3 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -343,7 +343,7 @@ int main ( int argc, char** argv ) if ( GetStringArgument ( argc, argv, i, "-m", "--htmlstatus", strArgument ) ) { qWarning() << qUtf8Printable ( - QString ( "- The HTML status file option (-m) is deprecated and will be removed soon. Use JSON-RPC instead." ) ); + QString ( "- The HTML status file option (\"--htmlstatus\" or \"-m\") is deprecated and will be removed soon. Please use JSON-RPC instead. See https://github.com/jamulussoftware/jamulus/blob/main/docs/JSON-RPC.md" ) ); strHTMLStatusFileName = strArgument; qInfo() << qUtf8Printable ( QString ( "- HTML status file name: %1" ).arg ( strHTMLStatusFileName ) ); CommandLineOptions << "--htmlstatus";