mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 04:24:47 +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(
|
QCommandLineOption protocolVersionOption(
|
||||||
"protocolVersion",
|
"protocolVersion",
|
||||||
"Writes the protocol version base64 signature to a file?",
|
"Writes the protocol version base64 signature to a file",
|
||||||
"path"
|
"path"
|
||||||
);
|
);
|
||||||
QCommandLineOption noUpdaterOption(
|
QCommandLineOption noUpdaterOption(
|
||||||
|
|
Loading…
Reference in a new issue