mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 01:03:19 +02:00
Merge pull request #99 from daleglass-overte/fix-replace-avatar-url-option
Fix replace avatar url option
This commit is contained in:
commit
a37061058a
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue