Remove question mark, the guess was correct

This commit is contained in:
Dale Glass 2024-07-17 23:32:40 +02:00
parent 54e993f220
commit afddb463ec

View file

@ -97,7 +97,7 @@ int main(int argc, const char* argv[]) {
);
QCommandLineOption protocolVersionOption(
"protocolVersion",
"Writes the protocol version base64 signature to a file?",
"Writes the protocol version base64 signature to a file",
"path"
);
QCommandLineOption noUpdaterOption(