We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9254c98 commit b8b0641Copy full SHA for b8b0641
demosys/management/commands/createeffect.py
@@ -8,7 +8,7 @@ class Command(CreateCommand):
8
help = "Create an effect"
9
10
def add_arguments(self, parser):
11
- parser.add_argument("name", help="Name of the effect including relative path if needed")
+ parser.add_argument("name", help="Name of the effect package including relative path if needed")
12
parser.add_argument("--template", type=available_templates, default="cube_simple",
13
help="The effect template to clone from")
14
0 commit comments