diff options
| -rw-r--r-- | cli/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/main.cpp b/cli/main.cpp index 6a4613e..ef3a642 100644 --- a/cli/main.cpp +++ b/cli/main.cpp @@ -561,7 +561,7 @@ int main(int argc, char* argv[]) { cmd= "help"; } - QStringList cmdList= optionParser.positionalArguments(); + QStringList cmdList = optionParser.positionalArguments(); // cmdList << "8d10;\$1c[>6];\$1c[=1];\$2-\$3i:[>0]{\"%3 Success[%2]\"}{i:[<0]{\"Critical fail %3 [%2]\"}{\"Fail %3 // [%2]\"}}"; QJsonArray aliases; |