mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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