mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
add metavar LINENO
for --embed option
This commit is contained in:
parent
896b011d76
commit
0af46e149d
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ def parse_cli():
|
||||||
"the rendering at the second value",
|
"the rendering at the second value",
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"-e", "--embed",
|
"-e", "--embed", metavar="LINENO",
|
||||||
help="Takes a line number as an argument, and results"
|
help="Takes a line number as an argument, and results"
|
||||||
"in the scene being called as if the line `self.embed()`"
|
"in the scene being called as if the line `self.embed()`"
|
||||||
"was inserted into the scene code at that line number."
|
"was inserted into the scene code at that line number."
|
||||||
|
|
Loading…
Add table
Reference in a new issue