From afddb463ec455961be2d9f9f64996b451e3a2b8d Mon Sep 17 00:00:00 2001 From: Dale Glass Date: Wed, 17 Jul 2024 23:32:40 +0200 Subject: [PATCH] Remove question mark, the guess was correct --- interface/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/main.cpp b/interface/src/main.cpp index 7e8c1afff3..4de09fca1f 100644 --- a/interface/src/main.cpp +++ b/interface/src/main.cpp @@ -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(