Remove a superfluous newline from help
parent
01f06b90dd
commit
edb3a9596b
|
@ -107,7 +107,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Friends
|
||||||
m_scene.AddCommand(
|
m_scene.AddCommand(
|
||||||
"Friends", this, "friends show",
|
"Friends", this, "friends show",
|
||||||
"friends show [--cache] <first-name> <last-name>",
|
"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.",
|
"The --cache option will show locally cached information for that user.",
|
||||||
HandleFriendsShowCommand);
|
HandleFriendsShowCommand);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue