mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Small comment changes
This commit is contained in:
parent
2d7b9d579a
commit
37a05094ea
1 changed files with 5 additions and 4 deletions
|
@ -76,12 +76,12 @@ def parse_cli():
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"-l", "--low_quality",
|
"-l", "--low_quality",
|
||||||
action="store_true",
|
action="store_true",
|
||||||
help="Render at a low quality (for faster rendering)",
|
help="Render at 480p",
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"-m", "--medium_quality",
|
"-m", "--medium_quality",
|
||||||
action="store_true",
|
action="store_true",
|
||||||
help="Render at a medium quality",
|
help="Render at 720p",
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--hd",
|
"--hd",
|
||||||
|
@ -165,8 +165,9 @@ def parse_cli():
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"-e", "--embed",
|
"-e", "--embed",
|
||||||
help="Creates a new file where the line `self.embed` is inserted " + \
|
metavar="LINE_NUMBER",
|
||||||
"at the corresponding line number"
|
help="Adds a breakpoint at the inputted file dropping into an " + \
|
||||||
|
"interactive iPython session at that point of the code."
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"-r", "--resolution",
|
"-r", "--resolution",
|
||||||
|
|
Loading…
Add table
Reference in a new issue