Skip to content

Commit eceba84

Browse files
Revert "Fix docstring"
This reverts commit d2c00fc.
1 parent 49775ba commit eceba84

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

manim/cli/render/global_options.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,12 @@ def validate_gui_location(ctx, param, value):
102102
option(
103103
"--no_latex_cleanup",
104104
is_flag=True,
105-
help="Prevents deletion of .aux, .dvi, and .log files produced by Tex and MathTex",
105+
help="Prevents deletion of .aux, .dvi, and .log files produced by Tex and MathTex.",
106+
default=False,
107+
),
108+
option(
109+
"--preview_command",
110+
help="The command to preview the video file (ex: xdg-open on linux). Note that this does not have an effect on Windows",
106111
default="",
107112
),
108113
)

0 commit comments

Comments
 (0)