remove a spurius space on viewer name

This commit is contained in:
UbitUmarov
2025-05-19 01:57:46 +01:00
parent dacc943a86
commit 25641e95a7
2 changed files with 2 additions and 2 deletions

View File

@@ -145,7 +145,7 @@ namespace OpenSim.Framework
}
else // New style version contains no spaces, just version number
{
return $"{Channel} {m_viewerInternal}";
return $"{Channel} {m_viewerInternal}";
}
}
}

View File

@@ -302,7 +302,7 @@ namespace OpenSim
+ "--force-assets will load the OAR and try to upload the assets it contains.\n"
+ " it will REPLACE those assets on local region cache\n"
+ " it will also try to upload them to service, but that only work if they are not present"
+ " Avoid using this except for some recovery atempts"
+ " Avoid using this except for some recovery attempts"
+ "--default-user will use this user for any objects with an owner whose UUID is not found in the grid.\n"
+ "--no-objects suppresses the addition of any objects (good for loading only the terrain).\n"
+ "--rotation specified rotation to be applied to the oar. Specified in degrees.\n"