Skip to content

Commit c846f8e

Browse files
committed
Clarify createeffect can also include relative path
1 parent 6466128 commit c846f8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demosys/management/commands/createeffect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class Command(CreateCommand):
88
help = "Create an effect"
99

1010
def add_arguments(self, parser):
11-
parser.add_argument("name", help="Name of the effect")
11+
parser.add_argument("name", help="Name of the effect including relative path if needed")
1212
parser.add_argument("--template", type=available_templates, default="cube_simple",
1313
help="The effect template to clone from")
1414

0 commit comments

Comments
 (0)