mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Remove question mark, the guess was correct
This commit is contained in:
parent
54e993f220
commit
afddb463ec
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue