Merge pull request #99 from daleglass-overte/fix-replace-avatar-url-option

Fix replace avatar url option
This commit is contained in:
Dale Glass 2022-07-02 21:17:51 +02:00 committed by GitHub
commit a37061058a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -164,7 +164,7 @@ int main(int argc, const char* argv[]) {
"url"
);
QCommandLineOption replaceAvatarURLOption(
"replace-avatar-url",
"replaceAvatarURL",
"Replaces the avatar U.R.L. When used with --avatarURL, this takes precedence.",
"url"
);