Remove unused /reset switch from CmdCopy. Resolves #2136
This commit is contained in:
parent
9a862eac4a
commit
703b307c40
1 changed files with 1 additions and 7 deletions
|
|
@ -251,20 +251,14 @@ class CmdCopy(ObjManipCommand):
|
||||||
copy an object and its properties
|
copy an object and its properties
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
copy[/reset] <original obj> [= <new_name>][;alias;alias..]
|
copy <original obj> [= <new_name>][;alias;alias..]
|
||||||
[:<new_location>] [,<new_name2> ...]
|
[:<new_location>] [,<new_name2> ...]
|
||||||
|
|
||||||
switch:
|
|
||||||
reset - make a 'clean' copy off the object, thus
|
|
||||||
removing any changes that might have been made to the original
|
|
||||||
since it was first created.
|
|
||||||
|
|
||||||
Create one or more copies of an object. If you don't supply any targets,
|
Create one or more copies of an object. If you don't supply any targets,
|
||||||
one exact copy of the original object will be created with the name *_copy.
|
one exact copy of the original object will be created with the name *_copy.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
key = "copy"
|
key = "copy"
|
||||||
switch_options = ("reset",)
|
|
||||||
locks = "cmd:perm(copy) or perm(Builder)"
|
locks = "cmd:perm(copy) or perm(Builder)"
|
||||||
help_category = "Building"
|
help_category = "Building"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue