diff options
author | Melanie | 2012-11-23 03:31:44 +0100 |
---|---|---|
committer | Melanie | 2012-11-23 03:31:44 +0100 |
commit | edb3a9596bc589b91c6392069d486956d6fb9d27 (patch) | |
tree | 594c4c58c932721f504abf6ea06d7dff21910b90 /OpenSim | |
parent | Merge branch 'careminster' into avination (diff) | |
download | opensim-SC-edb3a9596bc589b91c6392069d486956d6fb9d27.zip opensim-SC-edb3a9596bc589b91c6392069d486956d6fb9d27.tar.gz opensim-SC-edb3a9596bc589b91c6392069d486956d6fb9d27.tar.bz2 opensim-SC-edb3a9596bc589b91c6392069d486956d6fb9d27.tar.xz |
Remove a superfluous newline from help
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/OptionalModules/Avatar/Friends/FriendsCommandsModule.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/OptionalModules/Avatar/Friends/FriendsCommandsModule.cs b/OpenSim/Region/OptionalModules/Avatar/Friends/FriendsCommandsModule.cs index 4e84364..026ceca 100644 --- a/OpenSim/Region/OptionalModules/Avatar/Friends/FriendsCommandsModule.cs +++ b/OpenSim/Region/OptionalModules/Avatar/Friends/FriendsCommandsModule.cs | |||
@@ -107,7 +107,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Friends | |||
107 | m_scene.AddCommand( | 107 | m_scene.AddCommand( |
108 | "Friends", this, "friends show", | 108 | "Friends", this, "friends show", |
109 | "friends show [--cache] <first-name> <last-name>", | 109 | "friends show [--cache] <first-name> <last-name>", |
110 | "Show the friends for the given user if they exist.\n", | 110 | "Show the friends for the given user if they exist.", |
111 | "The --cache option will show locally cached information for that user.", | 111 | "The --cache option will show locally cached information for that user.", |
112 | HandleFriendsShowCommand); | 112 | HandleFriendsShowCommand); |
113 | } | 113 | } |
@@ -197,4 +197,4 @@ namespace OpenSim.Region.OptionalModules.Avatar.Friends | |||
197 | } | 197 | } |
198 | } | 198 | } |
199 | } | 199 | } |
200 | } \ No newline at end of file | 200 | } |