--- deliantra/Deliantra-Client/pod/command_help.pod 2006/09/09 23:30:33 1.6 +++ deliantra/Deliantra-Client/pod/command_help.pod 2006/09/14 19:19:09 1.7 @@ -746,15 +746,17 @@ =head2 rename -Changes the custom name of an item. +Changes/removes the custom name of given item (or the marked one). - rename to + rename oldname to newname + rename "old item name" to "new item name" -(Note: the angle brackets (<>) are mandatory and part of the syntax) +If either of the names contain spaces, you have to use the C<">-form, +otherwise you can just write the name as-is. If you omit the old name, the +marked item will be used instead. -If '' is omitted, defaults to marked item. - -If 'to ' is omitted, clears the custom name. +If the new name is empty (i.e. C<"">), then the custom name will be +removed from the item. Note: maximum allowed name length is 127 characters.