add metavar LINENO for --embed option

This commit is contained in:
TonyCrane 2021-12-14 12:14:04 +08:00
parent 896b011d76
commit 0af46e149d
No known key found for this signature in database
GPG key ID: 2313A5058A9C637C

View file

@ -117,7 +117,7 @@ def parse_cli():
"the rendering at the second value",
)
parser.add_argument(
"-e", "--embed",
"-e", "--embed", metavar="LINENO",
help="Takes a line number as an argument, and results"
"in the scene being called as if the line `self.embed()`"
"was inserted into the scene code at that line number."