Remove a superfluous newline from help

avinationmerge
Melanie 2012-11-23 03:31:44 +01:00
parent 01f06b90dd
commit edb3a9596b
1 changed files with 2 additions and 2 deletions

View File

@ -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
}
}
}
}
}