mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
Remove a superfluous newline from help
This commit is contained in:
@@ -107,7 +107,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Friends
|
||||
m_scene.AddCommand(
|
||||
"Friends", this, "friends show",
|
||||
"friends show [--cache] <first-name> <last-name>",
|
||||
"Show the friends for the given user if they exist.\n",
|
||||
"Show the friends for the given user if they exist.",
|
||||
"The --cache option will show locally cached information for that user.",
|
||||
HandleFriendsShowCommand);
|
||||
}
|
||||
@@ -197,4 +197,4 @@ namespace OpenSim.Region.OptionalModules.Avatar.Friends
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user