mirror of
https://github.com/lubosz/overte.git
synced 2025-04-07 15:22:09 +02: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